Update flake check command to include all systems

This commit is contained in:
Daniel Winkler 2025-09-02 14:16:04 +10:00 committed by GitHub
commit 49ea78bf98
Failed to generate hash of commit

View file

@ -27,4 +27,4 @@ jobs:
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
extraPullNames: rstats-on-nix, nix-community
- run: nix build .
- run: nix flake check .
- run: nix flake check . --all-systems