From f2115537435ce9280d946915f7c6ce8c59dfcc9b Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Thu, 27 Jul 2023 18:24:03 +0300 Subject: [PATCH] run with sudo to clear out root garbage --- REMINDERS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/REMINDERS.md b/REMINDERS.md index 9196e7be..d802f9ba 100644 --- a/REMINDERS.md +++ b/REMINDERS.md @@ -11,5 +11,5 @@ nix flake update - Run this ```bash -nix store gc --debug +nix store gc --debug && sudo nix store gc --debug ```