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:
		| @@ -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 = | ||||
|   | ||||
		Reference in New Issue
	
	Block a user