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 49f09ed commit b99b637Copy full SHA for b99b637
.github/workflows/nix-shell.yml
@@ -21,9 +21,9 @@ jobs:
21
- name: Cache nix env take N+1
22
uses: actions/[email protected]
23
with:
24
- path: |
+ path: /nix/store
25
# See https://github.com/actions/cache/pull/726
26
- /nix/store/**
+ # /nix/store/**
27
# Missing something?
28
# /nix/var/nix/*/*
29
# /nix/var/nix/db/*
@@ -33,7 +33,7 @@ jobs:
33
# !/nix/var/nix/gc.lock
34
# !/nix/var/nix/db/big-lock
35
# !/nix/var/nix/db/reserved
36
- key: ${{ runner.os }}-nix-store-${{ hashFiles('**') }}
+ key: ${{ runner.os }}-nix-store-${{ hashFiles('/nix/store/**') }}
37
restore-keys: ${{ runner.os }}-nix-store-
38
39
- uses: cachix/install-nix-action@v16
0 commit comments