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