From e23716eb555909d6045e4e2d93211837a6566b0f Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Thu, 27 Apr 2023 13:36:14 +0200 Subject: Make garbage collection the last step of updates --- home-configuration.scm | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'home-configuration.scm') diff --git a/home-configuration.scm b/home-configuration.scm index 34c2c55..24c6a81 100644 --- a/home-configuration.scm +++ b/home-configuration.scm @@ -54,22 +54,22 @@ "&& ") (define system-update - (string-append "sudo guix gc -d 7d " - and - pull-guix + (string-append pull-guix and reconfigure-system and - reconfigure-home)) + reconfigure-home + and + "sudo guix gc -d 7d")) (define system-update- - (string-append "sudo guix gc -d 7d " - and - pull-guix- + (string-append pull-guix- and reconfigure-system- and - reconfigure-home-)) + reconfigure-home- + and + "sudo guix gc -d 7d")) (home-environment (packages -- cgit v1.2.3