]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - Makefile
Ask rebuild to NUR after update
[perso/Immae/Config/Nix.git] / Makefile
index f4bb3f5f6414295808fab4b69e5ac141e7c2dc5a..62a0f9d5752262b100b410ce9ee591d6c579b555 100644 (file)
--- 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