From 07e6fc2b2990bb463051ca11b9f53333c74fcf29 Mon Sep 17 00:00:00 2001 From: Daniel Ziltener Date: Thu, 30 Nov 2023 13:30:37 +0100 Subject: [PATCH] . --- config.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.scm b/config.scm index 151fc09..d65dc12 100644 --- a/config.scm +++ b/config.scm @@ -40,7 +40,7 @@ (targets '("/boot/efi")) (keyboard-layout keyboard-layout))) - `(file-systems ,(call-with-input-file "/etc/config.scm" + #~(file-systems #$(call-with-input-file "/etc/config.scm" (lambda (port) (read port) (read port)