From 3c49f9b3bd81a60150c20b1ed031dad21c728aeb Mon Sep 17 00:00:00 2001 From: Astro Date: Tue, 17 Dec 2019 18:34:29 +0100 Subject: [PATCH] hydra: add blanket allowed-uris to ease fetching and building wouldn't work even with sha256 passed to builtins.fetchTarball --- hosts/hydra/hydra.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/hydra/hydra.nix b/hosts/hydra/hydra.nix index 4a507883..f76e8555 100644 --- a/hosts/hydra/hydra.nix +++ b/hosts/hydra/hydra.nix @@ -19,6 +19,9 @@ maxJobs = 10; } ]; + extraOptions = '' + allowed-uris = http:// https:// + ''; }; services.hydra = {