task | add comments
This commit is contained in:
parent
bfbaf3ffaa
commit
4aa3a89e5f
1 changed files with 2 additions and 0 deletions
2
makefile
2
makefile
|
|
@ -41,7 +41,9 @@ update:
|
||||||
clean:
|
clean:
|
||||||
@echo "Cleaning old entries and store"
|
@echo "Cleaning old entries and store"
|
||||||
@home-manager expire-generations "-5 days"
|
@home-manager expire-generations "-5 days"
|
||||||
|
@echo "Garbage Collection"
|
||||||
@colmena exec nix-collect-garbage --quiet --log-format bar --no-build-output --delete-old
|
@colmena exec nix-collect-garbage --quiet --log-format bar --no-build-output --delete-old
|
||||||
|
@echo "Store optimise"
|
||||||
@colmena exec nix store optimise
|
@colmena exec nix store optimise
|
||||||
|
|
||||||
clean-world:
|
clean-world:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue