no longer pin nix version in template
parent
dee2c6c53f
commit
d2a8c02a1b
|
@ -45,9 +45,6 @@ jobs:
|
||||||
uses: cachix/install-nix-action@v18
|
uses: cachix/install-nix-action@v18
|
||||||
with:
|
with:
|
||||||
nix_path: "${{ matrix.nixPath }}"
|
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: |
|
extra_nix_config: |
|
||||||
experimental-features = nix-command flakes
|
experimental-features = nix-command flakes
|
||||||
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
|
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
Loading…
Reference in New Issue