]> git.immae.eu Git - perso/Immae/Config/Nix/NUR.git/blame - Makefile
Use fetchgit rather than builtins
[perso/Immae/Config/Nix/NUR.git] / Makefile
CommitLineData
b1566203 1subrecipes = setup nix-info
7e50b865
IB
2subrecipes += nixops ssh-eldiron ssh-backup-2 ssh-monitoring-1
3subrecipes += info debug dry-run build upload deploy deploy-reboot reboot
a8e4bf75
IB
4subrecipes += list-generations delete-generations cleanup
5subrecipes += pull pull_environment pull_deployment deployment_is_set push push_deployment push_environment
13248445
IB
6${subrecipes}:
7 @$(MAKE) --no-print-directory -C nixops/ $@
a8e4bf75
IB
8.PHONY: ${subrecipes}
9
13248445
IB
10nur:
11 ./scripts/make-nur
6afdbd8c 12 curl -o /dev/null -XPOST "https://nur-update.herokuapp.com/update?repo=immae"
13248445 13
1449c51f
IB
14shellcheck:
15 shellcheck scripts/* nixops/scripts/* modules/private/gitolite/gitolite_ldap_groups.sh modules/private/ssh/ldap_authorized_keys.sh modules/private/pub/restrict
16
b1566203 17.PHONY: nur shellcheck