nix: mark build dependencies to not be gc'ed
1 file changed, 5 insertions(+), 0 deletions(-)
M system/settings/configuration/nix.nix → system/settings/configuration/nix.nix
@@ -8,6 +8,11 @@ daemonIOSchedClass = "idle"; trustedUsers = [ "@wheel" ]; + extraOptions = '' + keep-outputs = true + keep-derivations = true + ''; + autoOptimiseStore = true; gc = { automatic = true;