X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix%2FNUR.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=f4bb3f5f6414295808fab4b69e5ac141e7c2dc5a;hp=0000000000000000000000000000000000000000;hb=96a0e5a25655477e4d24a041745a9f2a6720c0db;hpb=a7cc92f8f04a8bc7b2bc89d0b21c24832f7ca2f6 diff --git a/Makefile b/Makefile new file mode 100644 index 00000000..f4bb3f5f --- /dev/null +++ b/Makefile @@ -0,0 +1,20 @@ +subrecipes = setup ssh-eldiron info debug dry-run build upload deploy reboot push pull pull-deployment list-generations delete-generations cleanup +${subrecipes}: + @$(MAKE) --no-print-directory -C nixops/ $@ + +env: + ./scripts/make-env + +env-dry-run: + ./scripts/make-env --dry-run + +nix-info: + NIXOPS_DEPLOYMENT="" ./scripts/nix_infos + +nix-info-nixops: + NIXOPS_DEPLOYMENT="n" ./scripts/nix_infos + +nur: + ./scripts/make-nur + +.PHONY: env env-dry-run nix-info nix-info-nixops