From d2b9eb51d5fbe4f2f2df1abdc4a606b7dde33b46 Mon Sep 17 00:00:00 2001 From: Daniel Ziltener Date: Thu, 30 Nov 2023 13:29:43 +0100 Subject: [PATCH] . --- config.scm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config.scm b/config.scm index 93f2df4..9df9298 100644 --- a/config.scm +++ b/config.scm @@ -40,11 +40,11 @@ (targets '("/boot/efi")) (keyboard-layout keyboard-layout))) - (file-systems #~(call-with-input-file "/etc/config.scm" - (lambda (port) - (read port) - (read port) - #$(cdr (last-pair (read port)))))) + (file-systems ,(call-with-input-file "/etc/config.scm" + (lambda (port) + (read port) + (read port) + (cdr (last-pair (read port)))))) #;(file-systems (cons* (file-system