aboutsummaryrefslogtreecommitdiff
path: root/nixops
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2021-01-29 21:56:15 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2021-01-29 21:57:00 +0100
commit0c67c58418d0b69135109765226e31137bd13c0a (patch)
tree7bd848f2caf4a615955b9869d4bf772311eb503a /nixops
parent0e3747095920c0dcfeee74ebe6f280b0defc02c5 (diff)
downloadNix-0c67c58418d0b69135109765226e31137bd13c0a.tar.gz
Nix-0c67c58418d0b69135109765226e31137bd13c0a.tar.zst
Nix-0c67c58418d0b69135109765226e31137bd13c0a.zip
Update sums after github cache expiration
Diffstat (limited to 'nixops')
-rw-r--r--nixops/Makefile2
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
75delete-generations: 75delete-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)"