From 8494b9cf92a10abe702586f44d16a985f852d232 Mon Sep 17 00:00:00 2001 From: urob <978080+urob@users.noreply.github.com> Date: Tue, 13 Aug 2024 10:50:24 -0400 Subject: [PATCH] Add recipe to clear nix cache --- Justfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Justfile b/Justfile index 50ba461..43cc5a9 100644 --- a/Justfile +++ b/Justfile @@ -71,6 +71,10 @@ build expr *west_args: _parse_combos clean: rm -rf {{ build }} {{ out }} +# clear nix cache +clean-nix: + nix-collect-garbage --delete-old + # initialize west init: west init -l config