]> git.immae.eu Git - perso/Immae/Config/Nix.git/blob - Makefile
Finish removal of php-application module
[perso/Immae/Config/Nix.git] / Makefile
1 TARGET ?=
2 MORPH_ARGS ?=
3 SSHARGS ?=
4 GEN ?=
5
6 setup nix-info edit_env edit_vars ssh-eldiron ssh-backup-2 ssh-monitoring-1 ssh-4c debug build dry-run upload deploy next-boot deploy-reboot list-generations delete-generations cleanup:
7 @$(MAKE) --no-print-directory -C nixops/ $@
8
9 nur:
10 ./scripts/make-nur
11 curl -o /dev/null -XPOST "https://nur-update.herokuapp.com/update?repo=immae"
12
13 shellcheck:
14 shellcheck scripts/* nixops/scripts/* modules/private/gitolite/gitolite_ldap_groups.sh modules/private/ssh/ldap_authorized_keys.sh modules/private/pub/restrict
15
16 .PHONY: nur shellcheck