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 --------- 1 file changed, 9 deletions(-) delete mode 100755 scripts/assert-nixfmt.sh (limited to '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 -} -- cgit v1.2.3