xin/fmt
2022-08-25 12:21:35 -06:00

7 lines
79 B
Bash
Executable File

#!/bin/sh
for i in $(find . -name \*.nix ); do
nixfmt $i
done
statix check .