diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2021-01-29 21:56:15 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2021-01-29 21:57:00 +0100 |
commit | 0c67c58418d0b69135109765226e31137bd13c0a (patch) | |
tree | 7bd848f2caf4a615955b9869d4bf772311eb503a /nixops/Makefile | |
parent | 0e3747095920c0dcfeee74ebe6f280b0defc02c5 (diff) | |
download | Nix-0c67c58418d0b69135109765226e31137bd13c0a.tar.gz Nix-0c67c58418d0b69135109765226e31137bd13c0a.tar.zst Nix-0c67c58418d0b69135109765226e31137bd13c0a.zip |
Update sums after github cache expiration
Diffstat (limited to 'nixops/Makefile')
-rw-r--r-- | nixops/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nixops/Makefile b/nixops/Makefile index 27d8d95..f232e8a 100644 --- a/nixops/Makefile +++ b/nixops/Makefile | |||
@@ -73,6 +73,8 @@ list-generations: | |||
73 | .PHONY: list-generations | 73 | .PHONY: list-generations |
74 | 74 | ||
75 | delete-generations: | 75 | delete-generations: |
76 | echo "make sure you ran a complete build before cleaning up!" | ||
77 | false | ||
76 | nix-env -p $(PROFILE) --delete-generations $(GEN) | 78 | nix-env -p $(PROFILE) --delete-generations $(GEN) |
77 | $(MAKE) ssh-eldiron SSH_ARGS="nix-env -p /nix/var/nix/profiles/system --delete-generations $(GEN)" | 79 | $(MAKE) ssh-eldiron SSH_ARGS="nix-env -p /nix/var/nix/profiles/system --delete-generations $(GEN)" |
78 | $(MAKE) ssh-dilion SSH_ARGS="nix-env -p /nix/var/nix/profiles/system --delete-generations $(GEN)" | 80 | $(MAKE) ssh-dilion SSH_ARGS="nix-env -p /nix/var/nix/profiles/system --delete-generations $(GEN)" |