We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0170f84 commit bacdd84Copy full SHA for bacdd84
.github/workflows/nix-formatting.yml
@@ -25,4 +25,4 @@ jobs:
25
run: nix shell nixpkgs#nixpkgs-fmt -c nixpkgs-fmt --version
26
27
- name: Check formatting
28
- run: find . -name "*.nix" -type f | xargs nixpkgs-fmt --check
+ run: find . -name "*.nix" -type f | xargs nix shell nixpkgs#nixpkgs-fmt -c nixpkgs-fmt --check
0 commit comments