X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=Makefile;h=62a0f9d5752262b100b410ce9ee591d6c579b555;hb=d568d28eaa476bc769de861aa9c73306bf307a47;hp=f4bb3f5f6414295808fab4b69e5ac141e7c2dc5a;hpb=96a0e5a25655477e4d24a041745a9f2a6720c0db;p=perso%2FImmae%2FConfig%2FNix%2FNUR.git diff --git a/Makefile b/Makefile index f4bb3f5f..62a0f9d5 100644 --- a/Makefile +++ b/Makefile @@ -16,5 +16,9 @@ nix-info-nixops: nur: ./scripts/make-nur + curl -o /dev/null -XPOST "https://nur-update.herokuapp.com/update?repo=immae" -.PHONY: env env-dry-run nix-info nix-info-nixops +shellcheck: + shellcheck scripts/* nixops/scripts/* modules/private/gitolite/gitolite_ldap_groups.sh modules/private/ssh/ldap_authorized_keys.sh modules/private/pub/restrict + +.PHONY: env env-dry-run nix-info nix-info-nixops nur shellcheck