aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-12-13 03:59:10 -0300
committerEuAndreh <eu@euandre.org>2023-12-13 03:59:16 -0300
commit47271d3b42131ae6078ac717ab2e8c6bf712815f (patch)
tree09a4deea1caf16e82e3b13c7cbbacbb6a71545e2 /Makefile
parentetc/sh/rc: Move "ulimit -c unlimited" to Bash-specific section (diff)
downloaddotfiles-47271d3b42131ae6078ac717ab2e8c6bf712815f.tar.gz
dotfiles-47271d3b42131ae6078ac717ab2e8c6bf712815f.tar.xz
rm etc/nix/configuration.nix: retire usurpador
OR ELSE!
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 88dc109..741a4f7 100644
--- a/Makefile
+++ b/Makefile
@@ -104,9 +104,6 @@ check-perlcritic:
xargs awk '/^#!\/usr\/bin\/env perl$$/ { print FILENAME } { nextfile }' | \
xargs perlcritic --exclude=subroutine ||:
-check-nixfmt:
- git ls-files | sor 'test -f' | grep -E '\.nix$$' | xargs nixfmt -c
-
FIXME-excludes = \
':(exclude)Makefile' \
':(exclude)bin/aux' \
@@ -166,7 +163,7 @@ check-aliases:
uuid | email -s "lawtech->toph" -f andre@pilotis.net
uuid | email -s "toph->lawtech" andre@pilotis.net
-check: check-shellcheck check-perlcritic check-nixfmt check-fixme \
+check: check-shellcheck check-perlcritic check-fixme \
check-dirty-public check-dirty-private check-dirty-pass \
check-opt check-pod check-aliases
@cd $(PRIV_CONFIG) && $(MAKE) $@