xin/fmt
2023-06-14 10:44:57 -06:00

7 lines
79 B
Bash
Executable File

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