From 067eff34273df70004edd2904221b98bf82f274d Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Mon, 17 Mar 2025 13:46:18 +0000 Subject: [PATCH] fix(ops/pipelines): allow git+https:// We need this to fetch some third-party sources. Change-Id: If542f88c5d517d20b530486fafbc7f6c391f072a --- ops/pipelines/static-pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ops/pipelines/static-pipeline.yaml b/ops/pipelines/static-pipeline.yaml index 4375529d0..49f3cdeeb 100644 --- a/ops/pipelines/static-pipeline.yaml +++ b/ops/pipelines/static-pipeline.yaml @@ -62,7 +62,7 @@ steps: nix-build --option restrict-eval true --include "depot=$${PWD}" \ --include "store=/nix/store" \ - --allowed-uris 'https://' \ + --allowed-uris 'https:// git+https://' \ -A ops.pipelines.depot \ -o pipeline --show-trace $$PIPELINE_ARGS