Skip to content

Commit

Permalink
Allow GitHub.com in restrict-eval
Browse files Browse the repository at this point in the history
  • Loading branch information
kugland committed Jan 9, 2025
1 parent 13c223f commit 269ac12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
run: |
nix-env -f . -qa \* --meta --xml \
--allowed-uris https://static.rust-lang.org \
--allowed-uris https://github.com \
--option restrict-eval true \
--option allow-import-from-derivation true \
--drv-path --show-trace \
Expand Down

0 comments on commit 269ac12

Please sign in to comment.