From 5007e9dbe87d4389b550ba6dcedc310dc9248516 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Sun, 24 Sep 2023 13:31:32 -0500 Subject: [PATCH] makefile | add a clean target --- makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/makefile b/makefile index 59638aa..b19b7c3 100644 --- a/makefile +++ b/makefile @@ -9,3 +9,6 @@ update: vm: doas nixos-rebuild switch --flake .#vm2 && result/bin/run-*-vm +clean: + doas nix-collect-garbage + doas nix store optimise