Disable gc on howl so nix backed projects don't loose their cache

This commit is contained in:
Zuckerberg 2025-03-28 20:19:15 -07:00
parent b43660aaef
commit 02b2fb6309

View File

@ -8,4 +8,5 @@
# don't use remote builders
nix.distributedBuilds = lib.mkForce false;
nix.gc.automatic = lib.mkForce false;
}