Add recipe to clear nix cache
This commit is contained in:
parent
0a756cc11b
commit
8494b9cf92
1 changed files with 4 additions and 0 deletions
4
Justfile
4
Justfile
|
@ -71,6 +71,10 @@ build expr *west_args: _parse_combos
|
||||||
clean:
|
clean:
|
||||||
rm -rf {{ build }} {{ out }}
|
rm -rf {{ build }} {{ out }}
|
||||||
|
|
||||||
|
# clear nix cache
|
||||||
|
clean-nix:
|
||||||
|
nix-collect-garbage --delete-old
|
||||||
|
|
||||||
# initialize west
|
# initialize west
|
||||||
init:
|
init:
|
||||||
west init -l config
|
west init -l config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue