]> git.immae.eu Git - perso/Immae/Config/Nix/NUR.git/blame - Makefile
Reorganize files
[perso/Immae/Config/Nix/NUR.git] / Makefile
CommitLineData
96a0e5a2
IB
1subrecipes = setup ssh-eldiron info debug dry-run build upload deploy reboot push pull pull-deployment list-generations delete-generations cleanup
2${subrecipes}:
3 @$(MAKE) --no-print-directory -C nixops/ $@
4
5env:
6 ./scripts/make-env
7
8env-dry-run:
9 ./scripts/make-env --dry-run
10
11nix-info:
12 NIXOPS_DEPLOYMENT="" ./scripts/nix_infos
13
14nix-info-nixops:
15 NIXOPS_DEPLOYMENT="n" ./scripts/nix_infos
16
17nur:
18 ./scripts/make-nur
19
20.PHONY: env env-dry-run nix-info nix-info-nixops