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:
Martin Weinelt 2025-05-15 04:08:57 +02:00 committed by ahuston-0
parent 84ce142a9d
commit 2b0729da7a
No known key found for this signature in database
GPG Key ID: 47940175096C1330

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 =