From 9ac9613d670fbc59082bbc43c3d2c041a3a892bb Mon Sep 17 00:00:00 2001 From: Zuckerberg Date: Sun, 16 Jun 2024 20:37:21 -0600 Subject: [PATCH] Add gc cmd to makefile --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index ab9700b..7017609 100644 --- a/Makefile +++ b/Makefile @@ -20,3 +20,8 @@ rekey-secrets: .PHONY: clean-old-nixos-profiles clean-old-nixos-profiles: doas nix-collect-garbage -d + +# Garbage Collect +.PHONY: gc +gc: + nix store gc \ No newline at end of file