diff options
author | EuAndreh <eu@euandre.org> | 2021-01-23 20:10:48 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-01-23 20:10:48 -0300 |
commit | 8024f88353390fae5bf71e12928706fc4d5a49c8 (patch) | |
tree | d9449f8a3caec0feb933d2bcbcb10ac24bb43360 /scripts/assert-nixfmt.sh | |
parent | Remove FIXME markers from comments in po files under locale/ (diff) | |
download | euandre.org-8024f88353390fae5bf71e12928706fc4d5a49c8.tar.gz euandre.org-8024f88353390fae5bf71e12928706fc4d5a49c8.tar.xz |
Remove assert-nixfmt.sh
Diffstat (limited to 'scripts/assert-nixfmt.sh')
-rwxr-xr-x | scripts/assert-nixfmt.sh | 9 |
1 files changed, 0 insertions, 9 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 -} |