nix: clean up various things for upcoming GC

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
Raito Bezarius 2024-01-27 19:13:13 +01:00
parent 495790a142
commit b5053ab520

View file

@ -57,8 +57,8 @@ in
nrBuildUsers = 128; nrBuildUsers = 128;
settings = { settings = {
keep-outputs = true; keep-outputs = false;
keep-derivations = true; keep-derivations = false;
use-cgroups = true; use-cgroups = true;
http-connections = 0; http-connections = 0;
auto-allocate-uids = true; auto-allocate-uids = true;
@ -76,7 +76,7 @@ in
]; ];
experimental-features = [ experimental-features = [
"auto-allocate-uids" "auto-allocate-uids"
"ca-derivations" # "ca-derivations" this feature is really extremely broken.
"cgroups" "cgroups"
"discard-references" "discard-references"
"fetch-closure" "fetch-closure"