15c4774 ^
6d2fae4 ^
1
2
3 4 5 6 7
8
#!/bin/sh -eux # shellcheck disable=2094 nixfmt < default.nix | diff - default.nix || { echo 'The file default.nix is unformatted. To fix it, run:' echo ' nixfmt default.nix' exit 1 }