modules/nixos/hydra: disable nix.settings.keep-outputs
This commit is contained in:
parent
e1d49ec064
commit
57bcb2cf22
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@
|
|||
# hydra-queue-runner needs to read this key for remote building
|
||||
sops.secrets.id_buildfarm.owner = "hydra-queue-runner";
|
||||
|
||||
nix.settings.keep-outputs = pkgs.lib.mkForce false;
|
||||
|
||||
nix.settings.allowed-uris = [
|
||||
"git+https:"
|
||||
"github:"
|
||||
|
|
Loading…
Add table
Reference in a new issue