From d1c097ae899c2966b97c01a6023542835961cd0c Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Mon, 29 Jul 2024 18:44:22 +0200 Subject: refactor!(update): deconflict system definition location --- suweren/update.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suweren/update.scm b/suweren/update.scm index 8da35ad..9b2376b 100644 --- a/suweren/update.scm +++ b/suweren/update.scm @@ -43,7 +43,7 @@ (define (system-definition host-name*) (string-append "'(@ (systems " host-name* - " system-configuration) " + ") " host-name* ")'")) -- cgit v1.2.3