Add gc cmd to makefile

This commit is contained in:
Zuckerberg 2024-06-16 20:37:21 -06:00
parent e657ebb134
commit 9ac9613d67

View File

@ -20,3 +20,8 @@ rekey-secrets:
.PHONY: clean-old-nixos-profiles .PHONY: clean-old-nixos-profiles
clean-old-nixos-profiles: clean-old-nixos-profiles:
doas nix-collect-garbage -d doas nix-collect-garbage -d
# Garbage Collect
.PHONY: gc
gc:
nix store gc