fmt: switch to treefmt
This commit is contained in:
parent
5e5129e511
commit
784a85b159
10
bin/fmt
10
bin/fmt
@ -2,12 +2,4 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
find . -name \*.nix -exec nix fmt {} \+
|
treefmt
|
||||||
find . -name \*.sh -exec shfmt -w {} \+
|
|
||||||
|
|
||||||
deadnix -f .
|
|
||||||
shfmt -w bin/deploy
|
|
||||||
shfmt -w bin/mkboot
|
|
||||||
# TODO: https://github.com/nerdypepper/statix/issues/68
|
|
||||||
#statix check --ignore lib/default.nix .
|
|
||||||
statix check .
|
|
||||||
|
Loading…
Reference in New Issue
Block a user