add optimise to the clean command
This commit is contained in:
parent
5d3515f9a5
commit
8105470520
1 changed files with 1 additions and 0 deletions
1
justfile
1
justfile
|
@ -12,3 +12,4 @@ update:
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
sudo nix-collect-garbage
|
sudo nix-collect-garbage
|
||||||
|
sudo nix-store --optimise
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue