Disable gc on howl so nix backed projects don't loose their cache
This commit is contained in:
parent
b43660aaef
commit
02b2fb6309
@ -8,4 +8,5 @@
|
|||||||
# don't use remote builders
|
# don't use remote builders
|
||||||
nix.distributedBuilds = lib.mkForce false;
|
nix.distributedBuilds = lib.mkForce false;
|
||||||
|
|
||||||
|
nix.gc.automatic = lib.mkForce false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user