Skip to content

Commit

Permalink
ci: fix c-n-a input names
Browse files Browse the repository at this point in the history
  • Loading branch information
develop7 authored and steve-chavez committed Jan 22, 2024
1 parent 820917b commit 9c78751
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup-nix/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ runs:
- name: Restore and cache Nix store
uses: nix-community/[email protected]
with:
key: cache-nix-${{ runner.os }}-id-${{ inputs.cache-id }}-${{ hashFiles('nix/**/*.nix', '.github/actions/setup-nix/*') }}
restore-keys: |
primary-key: cache-nix-${{ runner.os }}-id-${{ inputs.cache-id }}-${{ hashFiles('nix/**/*.nix', '.github/actions/setup-nix/*') }}
restore-prefixes-first-match: |
cache-nix-${{ runner.os }}-common-
- uses: cachix/cachix-action@v14
with:
Expand Down

0 comments on commit 9c78751

Please sign in to comment.