Skip to content

Commit 74f539a

Browse files
authored
use nix-quick-install-action
1 parent 95974f7 commit 74f539a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,12 @@ jobs:
1414
- uses: actions/checkout@v4
1515
with:
1616
submodules: "recursive"
17-
- uses: cachix/install-nix-action@v26
17+
- uses: nixbuild/nix-quick-install-action@8505cd40ae3d4791ca658f2697c5767212e5ce71 # v30
18+
nix_conf: |
19+
keep-env-derivations = true
20+
keep-outputs = true
1821
- name: Nix cache
19-
uses: nix-community/cache-nix-action@135667ec418502fa5a3598af6fb9eb733888ce6a
22+
uses: nix-community/cache-nix-action@135667ec418502fa5a3598af6fb9eb733888ce6a # v6
2023
with:
2124
# restore and save a cache using this key.
2225
primary-key: nix-${{ runner.os }}-${{ hashFiles('**/*.nix', '**/flake.lock') }}

0 commit comments

Comments
 (0)