Skip to content

Commit

Permalink
Allow GitHub and FlakeHub in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kugland committed Jan 9, 2025
1 parent 1185598 commit 87deb9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 87deb9f

Please sign in to comment.