From 70dfa7294ae52f02d990781cbdfe6dd75d33ce93 Mon Sep 17 00:00:00 2001 From: Daniel Ziltener Date: Thu, 30 Nov 2023 13:26:13 +0100 Subject: [PATCH] . --- config.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.scm b/config.scm index b446549..11ce960 100644 --- a/config.scm +++ b/config.scm @@ -40,7 +40,7 @@ (targets '("/boot/efi")) (keyboard-layout keyboard-layout))) - ,(call-with-input-file "/etc/config.scm" + (call-with-input-file "/etc/config.scm" (lambda (port) (read port) (read port)