Skip to content

Commit

Permalink
make flake check action check all systems
Browse files Browse the repository at this point in the history
  • Loading branch information
Eveeifyeve committed Jan 21, 2025
1 parent 6029160 commit 8429d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nix-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: "extra-experimental-features = nix-command flakes"
- name: Run flake check
run: nix flake check
run: nix flake check --all-systems

0 comments on commit 8429d0e

Please sign in to comment.