X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=Makefile;h=62a0f9d5752262b100b410ce9ee591d6c579b555;hb=845e5a98e0dff7456a1672e40e2a6bfd9cbc81c5;hp=f4bb3f5f6414295808fab4b69e5ac141e7c2dc5a;hpb=dbcba2ea2b7301aaa7e6487c2589b09ef09ba066;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/Makefile b/Makefile index f4bb3f5..62a0f9d 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