Merge pull request #433 from nix-community/dependabot/github_actions/cachix/install-nix-action-17

Bump cachix/install-nix-action from 16 to 17
This commit is contained in:
Jörg Thalheim 2022-04-11 08:04:50 +01:00 committed by GitHub
commit 22b75f2bc4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v16
- uses: cachix/install-nix-action@v17
with:
nix_path: nixpkgs=channel:nixos-unstable
# nix 2.6 breaks restrict-eval, when using the NIX_PATH

View file

@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: '0'
- uses: cachix/install-nix-action@v16
- uses: cachix/install-nix-action@v17
with:
nix_path: nixpkgs=channel:nixos-unstable
# nix 2.6 breaks restrict-eval, when using the NIX_PATH
@ -31,7 +31,7 @@ jobs:
needs: update_nur
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v16
- uses: cachix/install-nix-action@v17
with:
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: |