Skip to content

Commit

Permalink
add impure
Browse files Browse the repository at this point in the history
Signed-off-by: Vanessasaurus <814322+vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Dec 16, 2022
1 parent c80bf3b commit 97813a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,14 @@ jobs:
--allowed-uris https://static.rust-lang.org \
--option restrict-eval true \
--option allow-import-from-derivation true \
--drv-path --show-trace \
--drv-path --show-trace --impure \
-I nixpkgs=$(nix-instantiate --find-file nixpkgs) \
-I $PWD
- name: Build nix packages
env:
NIXPKGS_ALLOW_UNFREE: 1
NIXPKGS_ALLOW_INSECURE: 1
run: nix shell -f '<nixpkgs>' nix-build-uncached -c nix-build-uncached ci.nix -A cacheOutputs
run: nix shell --impure -f '<nixpkgs>' nix-build-uncached -c nix-build-uncached ci.nix -A cacheOutputs
- name: Trigger NUR update
# Don't replace <YOUR_REPO_NAME> here!
if: ${{ matrix.nurRepo != '<YOUR_REPO_NAME>' }}
Expand Down

0 comments on commit 97813a8

Please sign in to comment.