X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix%2FNUR.git;a=blobdiff_plain;f=Makefile;h=b8a5bfb58648377c12a3e85e2e0b4876b9a1d2e1;hp=f4bb3f5f6414295808fab4b69e5ac141e7c2dc5a;hb=d8384cf6eb39b9c84ef1b7ee80d9a5f26cfc470b;hpb=96a0e5a25655477e4d24a041745a9f2a6720c0db diff --git a/Makefile b/Makefile index f4bb3f5f..b8a5bfb5 100644 --- a/Makefile +++ b/Makefile @@ -17,4 +17,7 @@ nix-info-nixops: nur: ./scripts/make-nur -.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