Skip to content

Commit ed40791

Browse files
committed
correct github action
1 parent d9e3f0a commit ed40791

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/nix-flake.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ jobs:
99
- uses: actions/checkout@v4
1010

1111
- uses: nixbuild/nix-quick-install-action@v30
12+
with:
13+
nix_conf: |
14+
keep-env-derivations = true
15+
keep-outputs = true
1216
1317
- name: Restore and save Nix store
1418
uses: nix-community/cache-nix-action@v6

0 commit comments

Comments
 (0)