Makefile : Add gc target.

This commit is contained in:
Dmitry Voronin 2024-09-16 04:38:01 +03:00
parent 161372f725
commit e1b53838be
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -33,6 +33,10 @@ fix-hm:
fix-ulimit:
ulimit -n 999999999
gc:
nix-collect-garbage -d
# nix-store --gc
.PHONY: home
home:
home-manager switch -b old --flake $(flake)#$$USER