Skip to content

Commit

Permalink
adjust nix cache configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias J. Kannwischer <[email protected]>
  • Loading branch information
mkannwischer committed Jun 13, 2024
1 parent 4746de8 commit 3fedbf6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/setup-nix/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ runs:
steps:
- uses: DeterminateSystems/nix-installer-action@v12
- uses: nix-community/cache-nix-action@v5
with:
primary-key: nix-${{ runner.os }}-${{ hashFiles('**/*.nix') }}
- name: Prepare nix dev shell
shell: nix develop .#ci -c bash -e {0}
run: |
Expand Down

0 comments on commit 3fedbf6

Please sign in to comment.