Merge pull request #61 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:41 +01:00 committed by GitHub
commit 9c68220e4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,7 @@ jobs:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Install nix - name: Install nix
uses: cachix/install-nix-action@v16 uses: cachix/install-nix-action@v17
with: with:
nix_path: "${{ matrix.nixPath }}" nix_path: "${{ matrix.nixPath }}"
# nix 2.6 breaks restrict-eval, when using the NIX_PATH # nix 2.6 breaks restrict-eval, when using the NIX_PATH