File tree 4 files changed +4
-0
lines changed
4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 25
25
uses : cachix/install-nix-action@v23
26
26
with :
27
27
extra_nix_config : " accept-flake-config = true"
28
+ install_url : https://releases.nixos.org/nix/nix-2.18.1/install
28
29
- name : Build
29
30
id : build
30
31
run : |
Original file line number Diff line number Diff line change 20
20
accept-flake-config = true
21
21
sandbox-fallback = false
22
22
install_options : --daemon
23
+ install_url : https://releases.nixos.org/nix/nix-2.18.1/install
23
24
- uses : " actions/checkout@v4"
24
25
- name : Update Nix
25
26
run : nix profile install .#nix-flake-schemas_git
Original file line number Diff line number Diff line change 22
22
accept-flake-config = true
23
23
sandbox-fallback = false
24
24
install_options : --daemon
25
+ install_url : https://releases.nixos.org/nix/nix-2.18.1/install
25
26
- name : Checkout code
26
27
uses : actions/checkout@v4
27
28
with :
Original file line number Diff line number Diff line change 24
24
uses : cachix/install-nix-action@v23
25
25
with :
26
26
extra_nix_config : " accept-flake-config = true"
27
+ install_url : https://releases.nixos.org/nix/nix-2.18.1/install
27
28
- uses : actions/checkout@v4
28
29
- name : Update nixpkgs flake
29
30
run : nix flake lock --update-input nixpkgs || exit 1; git diff --exit-code flake.lock && exit 1 || exit 0
You can’t perform that action at this time.
0 commit comments