From bb73c19448962ffdc6a687533974a40db2b51975 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 25 Nov 2024 08:03:59 +0000 Subject: [PATCH] Add collect-garbage --- run | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/run b/run index 733363a..614930e 100755 --- a/run +++ b/run @@ -8,6 +8,11 @@ function check { nix flake check } +function collect-garbage { + nix-collect-garbage -d + sudo nix-collect-garbage -d +} + function format { nix fmt flake.nix home hosts lib modules }