add clean command to just
This commit is contained in:
parent
8d04d9c649
commit
13dce0eae8
1 changed files with 3 additions and 0 deletions
3
justfile
3
justfile
|
@ -9,3 +9,6 @@ test:
|
||||||
|
|
||||||
update:
|
update:
|
||||||
nix flake update
|
nix flake update
|
||||||
|
|
||||||
|
clean:
|
||||||
|
sudo nix-collect-garbage
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue