]> git.immae.eu Git - perso/Immae/Config/Nix.git/blame_incremental - Makefile
(no commit message)
[perso/Immae/Config/Nix.git] / Makefile
... / ...
CommitLineData
1TARGET ?=
2MORPH_ARGS ?=
3SSHARGS ?=
4GEN ?=
5
6setup 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
9nur:
10 ./scripts/make-nur
11 curl -o /dev/null -XPOST "https://nur-update.herokuapp.com/update?repo=immae"
12
13shellcheck:
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