nixpkgs-fmt forgot the --check flag

This commit is contained in:
revol-xut 2022-12-17 17:46:35 +01:00
parent dee80f1127
commit c8f8779e4b
No known key found for this signature in database
GPG key ID: 4F56FF7759627D07

View file

@ -22,4 +22,4 @@ jobs:
extra_nix_config: |
experimental-features = nix-command flakes
- run: nix-shell -p nixpkgs-fmt --run 'nixpkgs-fmt .'
- run: nix-shell -p nixpkgs-fmt --run 'nixpkgs-fmt . --check'