af88327 ^
6d2fae4 ^
15c4774 ^
1 2
3
4 5 6 7 8
9
#!/bin/sh set -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 }