We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 473d23e commit 533d33cCopy full SHA for 533d33c
.github/actions/setup-nix/action.yml
@@ -7,7 +7,7 @@ runs:
7
uses: nixbuild/nix-quick-install-action@v29
8
9
- name: Restore and cache Nix store
10
- uses: nix-community/cache-nix-action@v5
+ uses: nix-community/cache-nix-action@v6
11
with:
12
primary-key: cache-${{ runner.os }}-nix-store-${{ hashFiles('**/*.nix') }}
13
restore-prefixes-first-match: cache-${{ runner.os }}-nix-store-
0 commit comments