From ca87e7e130c29c50639f148d5608eba71c21836a Mon Sep 17 00:00:00 2001 From: Superredstone Date: Fri, 6 Feb 2026 08:33:14 +0100 Subject: [PATCH] Added a command to clean code with deadnix --- Justfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Justfile b/Justfile index 84b6e8d..e6e2e65 100644 --- a/Justfile +++ b/Justfile @@ -6,6 +6,10 @@ _default: machine: @echo "${HOSTNAME}" +[group("utils")] +clean-code: + sudo nix run nixpkgs#deadnix -- -eq + [group("maintenance")] switch args="": nh os switch -a -H "${HOSTNAME}" . {{args}} @@ -39,3 +43,4 @@ clean-all: clean optimise [group("maintenance")] generations: @nh os info +