From ad83c05839ce5ae0c0ff74200dbdb0e577beb67c Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Tue, 30 Jul 2024 12:48:46 +0200 Subject: refactor(update): adapt to the change of system definition names --- suweren/update.scm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'suweren') diff --git a/suweren/update.scm b/suweren/update.scm index 9b2376b..c060067 100644 --- a/suweren/update.scm +++ b/suweren/update.scm @@ -43,9 +43,7 @@ (define (system-definition host-name*) (string-append "'(@ (systems " host-name* - ") " - host-name* - ")'")) + ") operating-system*)'")) ;; string -> ;; string -- cgit v1.2.3