Skip to content

Commit 182ecc8

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions-34d77fcc72
2 parents 0a46127 + fe6650f commit 182ecc8

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/actions/setup-nix/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runs:
1111
- name: Cache Nix store
1212
uses: nix-community/cache-nix-action@b426b118b6dc86d6952988d396aa7c6b09776d08 # v7.0.0
1313
with:
14-
primary-key: nix-${{ runner.os }}
14+
primary-key: nix-${{ runner.os }}-${{ hashFiles('**/*.nix', 'flake.lock', 'pnpm-lock.yaml') }}
1515

1616
- name: Load Nix development environment
1717
shell: bash

flake.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)