We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecf9130 commit a2caec6Copy full SHA for a2caec6
.github/workflows/nightly.yml
@@ -19,6 +19,6 @@ jobs:
19
run: echo "PATH=$PATH:/nix/var/nix/profiles/default/bin" >> $GITHUB_ENV
20
- name: Cleanup the Nix store
21
run: |
22
+ nix-store --gc
23
nix-store --optimise
- nix-store --gc --print-dead
24
.github/workflows/nix.yml
@@ -14,6 +14,6 @@ jobs:
14
15
16
17
18
0 commit comments