forked from lix-project/hydra
Remove gc-check-reachability setting
It no longer exists on nix master.
This commit is contained in:
parent
1bb1ba6928
commit
a53f6657ee
|
@ -243,10 +243,6 @@ in
|
|||
nix.extraOptions = ''
|
||||
gc-keep-outputs = true
|
||||
gc-keep-derivations = true
|
||||
|
||||
# The default (`true') slows Nix down a lot since the build farm
|
||||
# has so many GC roots.
|
||||
gc-check-reachability = false
|
||||
'';
|
||||
|
||||
systemd.services.hydra-init =
|
||||
|
|
Loading…
Reference in a new issue