xin/fmt
Aaron Bieber 5f9bde625b
fmt: fix fmt \o/
also add deadnix checks
2023-06-14 10:45:03 -06:00

11 lines
195 B
Bash
Executable File

#!/bin/sh
set -e
find . -name \*.nix -exec nix fmt {} \+
find . -name \*.sh -exec shfmt -w {} \+
find . -name \*.nix -exec deadnix -f -l -L {} \+
shfmt -w deploy
shfmt -w mkboot
statix check .