1
0
Fork 0

pin nix 2.5.1 for ci

main
Jörg Thalheim 2022-01-25 09:01:43 +01:00
parent 827a85bf38
commit 06b3af0a14
1 changed files with 3 additions and 0 deletions

View File

@ -45,6 +45,9 @@ jobs:
uses: cachix/install-nix-action@v16
with:
nix_path: "${{ matrix.nixPath }}"
# 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
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}