diff options
-rwxr-xr-x | scripts/assert-nixfmt.sh | 9 | ||||
-rwxr-xr-x | tests.sh | 1 |
2 files changed, 0 insertions, 10 deletions
diff --git a/scripts/assert-nixfmt.sh b/scripts/assert-nixfmt.sh deleted file mode 100755 index 9bdd3bf..0000000 --- a/scripts/assert-nixfmt.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/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 -} @@ -2,7 +2,6 @@ set -eux sh scripts/assert-spelling.sh -sh scripts/assert-nixfmt.sh sh build-aux/assert-shellcheck.sh sh build-aux/assert-todos.sh |