xin/fmt

11 lines
195 B
Plaintext
Raw Normal View History

2022-08-25 12:21:35 -06:00
#!/bin/sh
set -e
2022-09-01 11:53:24 -06:00
find . -name \*.nix -exec nix fmt {} \+
2022-10-10 06:49:27 -06:00
find . -name \*.sh -exec shfmt -w {} \+
find . -name \*.nix -exec deadnix -f -l -L {} \+
2022-10-10 06:58:35 -06:00
shfmt -w deploy
shfmt -w mkboot
2022-08-25 12:21:35 -06:00
statix check .