From f69676e3527f04fc0795e3407ddcf4cd585acc00 Mon Sep 17 00:00:00 2001 From: Bogdan Burlacu Date: Fri, 20 Sep 2024 11:07:20 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bb51008..a9ac1c1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -61,7 +61,7 @@ jobs: - name: Check evaluation run: | nix-env -f . -qa \* --meta --xml \ - --allowed-uris https://static.rust-lang.org \ + --allowed-uris https://static.rust-lang.org https://github.com https://raw.githubusercontent.com \ --option restrict-eval true \ --option allow-import-from-derivation true \ --drv-path --show-trace \