From 47616f43377b0a4def08dafbe91381c97f14fb8b Mon Sep 17 00:00:00 2001 From: Sense T Date: Thu, 29 Jun 2023 07:14:31 +0800 Subject: [PATCH] update make --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cee3b53..6548329 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,8 @@ history: gc: # remove all generations older than 7 days - sudo nix profile wipe-history --profile /nix/var/nix/profiles/system --older-than 7d --extra-experimental-features nix-command + sudo nix profile wipe-history --profile /nix/var/nix/profiles/system --older-than 3d --extra-experimental-features nix-command # garbage collect all unused nix store entries sudo nix store gc --debug --extra-experimental-features nix-command + nix-collect-garbage -d