feat: Add optimise to justfile
This commit is contained in:
parent
0203155ea7
commit
59920a96d0
1 changed files with 3 additions and 1 deletions
4
justfile
4
justfile
|
@ -96,4 +96,6 @@ hm-switch:
|
|||
# Nuclear option to get space back
|
||||
gc-full:
|
||||
sudo nix-env --delete-generations old
|
||||
sudo nix-store --gc
|
||||
|
||||
optimise:
|
||||
nix store optimise
|
||||
|
|
Loading…
Add table
Reference in a new issue