From bdb4d5c5cf3555a67356d6f5517330a640074c7f Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Mon, 21 Oct 2024 15:07:59 +0200 Subject: [PATCH] feat: allow https://github.com/ --- common/substitutors.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/common/substitutors.nix b/common/substitutors.nix index 02b34e3..c1d35ea 100644 --- a/common/substitutors.nix +++ b/common/substitutors.nix @@ -23,6 +23,7 @@ allowed-uris = [ "github:" "gitlab:" + "https://github.com/" ]; }; optimise.automatic = true;