We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46dbad8 commit 020fb60Copy full SHA for 020fb60
1 file changed
environments/modules/gc.nix
@@ -36,7 +36,7 @@
36
# Copy everything to cache
37
CACHE_ENABLED="''${CACHE_ENABLED:-false}"
38
if test "$CACHE_ENABLED" = "true"; then
39
- nix copy --all --to ssh-ng://nix@nix-cache || true
+ nix copy --all --store local --to ssh-ng://nix@nix-cache || true
40
fi
41
# Garbage collect anything older than an hour
42
nix path-info --store local --all --json | \
0 commit comments