Add recipe to clear nix cache

This commit is contained in:
urob 2024-08-13 10:50:24 -04:00
parent 0a756cc11b
commit 8494b9cf92

View file

@ -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