From 72cad8294cf2a4ecab25940bab1b702d46a6689e Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Mon, 17 Jun 2024 11:31:51 +0200 Subject: reformat alias strings for readability --- suweren/update.scm | 18 ++++++------------ 1 file 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 -- cgit v1.2.3