Merge pull request #1484 from NixOS/nix-keep-options

Migrate from "gc-" prefixed nix options
This commit is contained in:
Martin Weinelt 2025-05-23 22:19:15 +00:00 committed by GitHub
commit 35c9264306
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 =