Migrate from "gc-" prefixed nix options
These have been deprecated, e.g. gc-keep-outputs is now just keep-outputs.
This commit is contained in:
parent
84ce142a9d
commit
2b0729da7a
@ -228,8 +228,8 @@ in
|
||||
|
||||
nix.settings = {
|
||||
trusted-users = [ "hydra-queue-runner" ];
|
||||
gc-keep-outputs = true;
|
||||
gc-keep-derivations = true;
|
||||
keep-outputs = true;
|
||||
keep-derivations = true;
|
||||
};
|
||||
|
||||
services.hydra-dev.extraConfig =
|
||||
|
Loading…
x
Reference in New Issue
Block a user