ci: pin nix to 2.5.1
This commit is contained in:
parent
eaf587650a
commit
c5d38c1d46
2 changed files with 6 additions and 0 deletions
3
.github/workflows/pr.yml
vendored
3
.github/workflows/pr.yml
vendored
|
|
@ -9,6 +9,9 @@ jobs:
|
|||
- uses: cachix/install-nix-action@v16
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
# nix 2.6 breaks restrict-eval, when using the NIX_PATH
|
||||
# see https://github.com/NixOS/nix/issues/5980
|
||||
install_url: https://releases.nixos.org/nix/nix-2.5.1/install
|
||||
extra_nix_config: |
|
||||
experimental-features = nix-command flakes
|
||||
- run: ./ci/test.sh
|
||||
|
|
|
|||
3
.github/workflows/update.yml
vendored
3
.github/workflows/update.yml
vendored
|
|
@ -17,6 +17,9 @@ jobs:
|
|||
- uses: cachix/install-nix-action@v16
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
# nix 2.6 breaks restrict-eval, when using the NIX_PATH
|
||||
# see https://github.com/NixOS/nix/issues/5980
|
||||
install_url: https://releases.nixos.org/nix/nix-2.5.1/install
|
||||
extra_nix_config: |
|
||||
experimental-features = nix-command flakes
|
||||
- name: update nur / nur-combined
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue