nix: clean up various things for upcoming GC
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
parent
495790a142
commit
b5053ab520
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue