6 lines
189 B
Bash
6 lines
189 B
Bash
|
#!/usr/bin/env -S nix shell --quiet nixpkgs#bash nixpkgs#nixpkgs-fmt --ignore-environment --command bash
|
||
|
|
||
|
# Install: ln -s ../../pre-commit.sh .git/hooks/pre-commit
|
||
|
|
||
|
nixpkgs-fmt --check .
|