Skip to content

Commit

Permalink
Merge pull request nix-community#68 from nix-community/fix_checks
Browse files Browse the repository at this point in the history
Add --all-systems to nix flake show.
  • Loading branch information
r-vdp authored Jun 18, 2023
2 parents 5c56690 + 75b3af8 commit c8210cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
EOF
- name: test if flake works
run: |
nix flake show
nix flake show --all-systems
# We don't want to build the checks since we don't have virtualisation support on github runners
nix flake check -L --all-systems --no-build
- name: commit and push packages.nix, if it changed
Expand Down

0 comments on commit c8210cb

Please sign in to comment.