Skip to content

Commit

Permalink
Disable restrict-eval in tests :(
Browse files Browse the repository at this point in the history
  • Loading branch information
kugland committed Jan 9, 2025
1 parent 1185598 commit bd3e227
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ jobs:
- name: Check evaluation
run: |
nix-env -f . -qa \* --meta --xml \
--allowed-uris https://static.rust-lang.org \
--option restrict-eval true \
--option restrict-eval false \
--option allow-import-from-derivation true \
--drv-path --show-trace \
-I nixpkgs=$(nix-instantiate --find-file nixpkgs) \
Expand Down

0 comments on commit bd3e227

Please sign in to comment.