nixos/nix-daemon: don't refer to deprecated option aliases

The `gc-` prefixed versions of these options have been
deprecated since Nix 2.0.
This commit is contained in:
edef
2019-10-18 12:27:43 +00:00
parent f702ae1516
commit a68219b79b
2 changed files with 4 additions and 4 deletions
@@ -242,8 +242,8 @@ in
environment.variables = hydraEnv;
nix.extraOptions = ''
gc-keep-outputs = true
gc-keep-derivations = true
keep-outputs = true
keep-derivations = true
# The default (`true') slows Nix down a lot since the build farm
# has so many GC roots.