summaryrefslogtreecommitdiff
path: root/suweren
diff options
context:
space:
mode:
Diffstat (limited to 'suweren')
-rw-r--r--suweren/update.scm18
1 files changed, 6 insertions, 12 deletions
diff --git a/suweren/update.scm b/suweren/update.scm
index 23d2e60..edaa6d8 100644
--- a/suweren/update.scm
+++ b/suweren/update.scm
@@ -7,18 +7,12 @@
(and "&& ")
(collect-garbage "sudo guix gc -d 7d ")
(pull-guix "guix pull ")
- (reconfigure-home (string-append "guix home "
- "delete-generations 7d ; "
- "guix home "
- "reconfigure -e "
- "'(@ (users marekpasnikowski)"
- " home)'"))
- (reconfigure-system (string-append "sudo guix system "
- "delete-generations 7d ;"
- "sudo guix system "
- "reconfigure -e "
- "'(@ (systems ayase "
- "system-configuration) ayase)'"))
+ (reconfigure-home (string-append "guix home delete-generations 7d ; "
+ "guix home reconfigure -e "
+ "'(@ (users marekpasnikowski) home)' "))
+ (reconfigure-system (string-append "sudo guix system delete-generations 7d ; "
+ "sudo guix system reconfigure -e "
+ "'(@ (systems ayase system-configuration) ayase)' "))
(reupdate-system (string-append pull-guix
allow-downgrades