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
|
# hydra-queue-runner needs to read this key for remote building
|
||||||
sops.secrets.id_buildfarm.owner = "hydra-queue-runner";
|
sops.secrets.id_buildfarm.owner = "hydra-queue-runner";
|
||||||
|
|
||||||
|
nix.settings.keep-outputs = pkgs.lib.mkForce false;
|
||||||
|
|
||||||
nix.settings.allowed-uris = [
|
nix.settings.allowed-uris = [
|
||||||
"git+https:"
|
"git+https:"
|
||||||
"github:"
|
"github:"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue