Merge pull request #1484 from NixOS/nix-keep-options
Migrate from "gc-" prefixed nix options
This commit is contained in:
commit
35c9264306
@ -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