hydra: migrate from legacy nix gc-* style options
Martin Weinelt committed
May 24, 2025 at 00:48 UTC
833268dabd3780d471898c64cf193ecde32e6f92
1 file changed
+1
-1
build/hydra.nix
+1
-1
@@ -30,7 +30,7 @@ in
30
};
31
32
# gc outputs as well, since they are served from the cache
33
- nix.settings.gc-keep-outputs = lib.mkForce false;
33
+ nix.settings.keep-outputs = lib.mkForce false;
34
35
systemd.services.hydra-prune-build-logs = {
36
description = "Clean up old build logs";