From 47271d3b42131ae6078ac717ab2e8c6bf712815f Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 13 Dec 2023 03:59:10 -0300 Subject: rm etc/nix/configuration.nix: retire usurpador OR ELSE! --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Makefile') 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) $@ -- cgit v1.2.3