From 9632026b767ecf7865af33bea6ac0cfce1c327f0 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Thu, 27 Jul 2023 18:22:45 +0300 Subject: [PATCH] add this to that yeah --- UPDATING.md => REMINDERS.md | 8 ++++++++ 1 file changed, 8 insertions(+) rename UPDATING.md => REMINDERS.md (60%) diff --git a/UPDATING.md b/REMINDERS.md similarity index 60% rename from UPDATING.md rename to REMINDERS.md index 5d3cc067..9196e7be 100644 --- a/UPDATING.md +++ b/REMINDERS.md @@ -5,3 +5,11 @@ ```bash nix flake update ``` + +# Cleaning garbage + +- Run this + +```bash +nix store gc --debug +```