Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Commit

Permalink
add impure on last step
Browse files Browse the repository at this point in the history
  • Loading branch information
Skarlett authored and Skarlett committed Jul 31, 2023
1 parent 5a0d2ab commit cc0cb33
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/updater.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,10 @@ jobs:
with:
name: flake_lock
- name: Build everything
env:
NIXPKGS_ALLOW_UNFREE: 1
run: |
nix flake check --keep-going
nix flake check --keep-going --impure
push_update:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit cc0cb33

Please sign in to comment.