From 6df99a364fefe3a7fa2b9eaf6903c2dcd2e51ee1 Mon Sep 17 00:00:00 2001 From: magic_rb Date: Sun, 28 Jan 2024 11:29:30 +0100 Subject: [PATCH] Add more URIs to `allowed-uris` in Hydra Signed-off-by: magic_rb --- nixng/containers/hydra/hydra.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixng/containers/hydra/hydra.nix b/nixng/containers/hydra/hydra.nix index 52b12fa..30f1c58 100644 --- a/nixng/containers/hydra/hydra.nix +++ b/nixng/containers/hydra/hydra.nix @@ -41,6 +41,8 @@ makeSystem { "https://github.com" "https://git.savannah.gnu.org" "github:" + "sourcehut:" + "gitlab:" ]; builders-use-substitutes = true;