Merge pull request #71338 from edef1c/nix-daemon-opt-aliases
nixos/nix-daemon: don't refer to deprecated option aliases
This commit is contained in:
commit
0599c89d58
@ -242,8 +242,8 @@ in
|
|||||||
environment.variables = hydraEnv;
|
environment.variables = hydraEnv;
|
||||||
|
|
||||||
nix.extraOptions = ''
|
nix.extraOptions = ''
|
||||||
gc-keep-outputs = true
|
keep-outputs = true
|
||||||
gc-keep-derivations = true
|
keep-derivations = true
|
||||||
|
|
||||||
# The default (`true') slows Nix down a lot since the build farm
|
# The default (`true') slows Nix down a lot since the build farm
|
||||||
# has so many GC roots.
|
# has so many GC roots.
|
||||||
|
@ -152,8 +152,8 @@ in
|
|||||||
type = types.lines;
|
type = types.lines;
|
||||||
default = "";
|
default = "";
|
||||||
example = ''
|
example = ''
|
||||||
gc-keep-outputs = true
|
keep-outputs = true
|
||||||
gc-keep-derivations = true
|
keep-derivations = true
|
||||||
'';
|
'';
|
||||||
description = "Additional text appended to <filename>nix.conf</filename>.";
|
description = "Additional text appended to <filename>nix.conf</filename>.";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user