From 8024f88353390fae5bf71e12928706fc4d5a49c8 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 23 Jan 2021 20:10:48 -0300 Subject: Remove assert-nixfmt.sh --- scripts/assert-nixfmt.sh | 9 --------- tests.sh | 1 - 2 files changed, 10 deletions(-) delete mode 100755 scripts/assert-nixfmt.sh 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 -- cgit v1.2.3