X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix.git;a=blobdiff_plain;f=Makefile;h=9c12ff48fdeafc687e840fe989cd1a54aefb40b1;hp=d5b8e5a46980c02287ce7e84c42792e9ae41a1be;hb=05a3b25228d22943e42e3c492d0329415e549266;hpb=e94cd212b4a43296d44876b3c5f7113e9f5b9727 diff --git a/Makefile b/Makefile index d5b8e5a..9c12ff4 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,7 @@ -subrecipes = setup nix-info -subrecipes += nixops ssh-eldiron ssh-backup-2 ssh-monitoring-1 -subrecipes += info debug dry-run build upload deploy deploy-reboot reboot +subrecipes = setup nix-info edit_env +subrecipes += ssh-eldiron ssh-backup-2 ssh-monitoring-1 +subrecipes += debug build upload deploy deploy-reboot subrecipes += list-generations delete-generations cleanup -subrecipes += pull pull_environment pull_deployment deployment_is_set push push_deployment push_environment ${subrecipes}: @$(MAKE) --no-print-directory -C nixops/ $@ .PHONY: ${subrecipes}