From 87deb9f07a00c9cee87e12e2db8c35d0e77988c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Kugland?= Date: Thu, 9 Jan 2025 14:10:56 -0300 Subject: [PATCH] Allow GitHub and FlakeHub in workflow --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4010054..b385d19 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,6 +42,8 @@ jobs: run: | nix-env -f . -qa \* --meta --xml \ --allowed-uris https://static.rust-lang.org \ + --allowed-uris https://github.com \ + --allowed-uris https://api.flakehub.com \ --option restrict-eval true \ --option allow-import-from-derivation true \ --drv-path --show-trace \