Skip to content

Commit 249ad88

Browse files
hugtalbotbakpaulnim65s
authored
Update cachix/install-nix-action to version 31 (#572)
* Update cachix/install-nix-action to version 31 * nix: update sources & lock (#580) --------- Co-authored-by: Paul Baksic <30337881+bakpaul@users.noreply.github.com> Co-authored-by: Guilhem Saurel <guilhem.saurel@laas.fr>
1 parent 85bc54f commit 249ad88

3 files changed

Lines changed: 76 additions & 25 deletions

File tree

.github/workflows/nix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
os: [ubuntu, macos]
1212
steps:
1313
- uses: actions/checkout@v4
14-
- uses: cachix/install-nix-action@v27
14+
- uses: cachix/install-nix-action@v31
1515
#- uses: cachix/cachix-action@v15
1616
#with:
1717
#name: sofa

flake.lock

Lines changed: 73 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@
33

44
inputs = {
55
flake-parts.url = "github:hercules-ci/flake-parts";
6-
#nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
7-
# ref. https://github.com/NixOS/nixpkgs/pull/348549
8-
nixpkgs.url = "github:nim65s/nixpkgs/qt6-libqglviewer";
6+
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
97
sofa = {
10-
url = "github:nim65s/sofa"; # update this after PR
8+
url = "github:sofa-framework/sofa";
119
inputs = {
1210
flake-parts.follows = "flake-parts";
1311
nixpkgs.follows = "nixpkgs";

0 commit comments

Comments
 (0)