ci: pin nix to 2.5.1

This commit is contained in:
Jörg Thalheim 2022-01-25 09:05:06 +01:00
parent eaf587650a
commit c5d38c1d46
2 changed files with 6 additions and 0 deletions

View file

@ -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

View file

@ -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