aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/assert-nixfmt.sh9
-rwxr-xr-xtests.sh1
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
-}
diff --git a/tests.sh b/tests.sh
index a375f90..46a1574 100755
--- a/tests.sh
+++ b/tests.sh
@@ -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