Skip to content

Commit

Permalink
Fix formatting script
Browse files Browse the repository at this point in the history
  • Loading branch information
lucperkins committed Jun 25, 2024
1 parent 2827802 commit 76b5d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
run: nix develop --command check
- name: Check formatting
run: |
git ls-files '*.nix' | nix develop --command xargs nixpkgs-fmt --check
git ls-files '*.nix' | xargs nix develop --command nixpkgs-fmt --check

0 comments on commit 76b5d99

Please sign in to comment.