fmt: switch to treefmt

This commit is contained in:
Aaron Bieber 2024-06-28 09:41:02 -06:00
parent 5e5129e511
commit 784a85b159
No known key found for this signature in database

10
bin/fmt
View File

@ -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 .