We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 507dbae commit 10475d3Copy full SHA for 10475d3
1 file changed
.github/actions/setup-nix/action.yaml
@@ -16,7 +16,7 @@ runs:
16
- name: Cache Nix store
17
uses: nix-community/cache-nix-action@b426b118b6dc86d6952988d396aa7c6b09776d08 # v7
18
with:
19
- primary-key: nix-${{ runner.os }}-${{ inputs.python-version }}-${{ hashFiles('flake.lock', 'uv.lock') }}
+ primary-key: nix-${{ runner.os }}-${{ inputs.python-version }}-${{ hashFiles('flake.lock', 'uv.lock', 'pyproject.toml', 'src/**/*.py') }}
20
restore-prefixes-first-match: |
21
nix-${{ runner.os }}-${{ inputs.python-version }}-
22
nix-${{ runner.os }}-
0 commit comments