From cd1d455f126fd2fcf6c0f1a1afd9275d0c503656 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Sat, 11 Feb 2023 23:31:03 +0100 Subject: Add garbage collection to system-update --- aisaka.org | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'aisaka.org') diff --git a/aisaka.org b/aisaka.org index 3b8af7c..f397c0c 100644 --- a/aisaka.org +++ b/aisaka.org @@ -194,14 +194,18 @@ https://guix.gnu.org/en/manual/devel/en/html_node/Home-Configuration.html "&& ") (define system-update - (string-append pull-guix + (string-append "sudo guix gc -d 7d " + and + pull-guix and reconfigure-system and reconfigure-home)) (define system-update- - (string-append pull-guix- + (string-append "sudo guix gc -d 7d " + and + pull-guix- and reconfigure-system- and -- cgit v1.2.3