summaryrefslogtreecommitdiff
path: root/aisaka.org
diff options
context:
space:
mode:
authorMarek Paśnikowski <marekpasnikowski@protonmail.com>2023-04-27 13:36:14 +0200
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2023-04-27 13:36:14 +0200
commite23716eb555909d6045e4e2d93211837a6566b0f (patch)
tree14ed4ef7b11995376f745500564d46949781cc0b /aisaka.org
parent7e974a5638a38dd5d750dc0e06c3c6f9f4c71ccc (diff)
Make garbage collection the last step of updates
Diffstat (limited to 'aisaka.org')
-rw-r--r--aisaka.org16
1 files changed, 8 insertions, 8 deletions
diff --git a/aisaka.org b/aisaka.org
index c025baf..c18fe33 100644
--- a/aisaka.org
+++ b/aisaka.org
@@ -204,22 +204,22 @@ https://guix.gnu.org/en/manual/devel/en/html_node/Home-Configuration.html
"&& ")
(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