From 7108555deddf5839c081e6940303327de31922cf Mon Sep 17 00:00:00 2001 From: Daniel Ziltener Date: Thu, 30 Nov 2023 13:28:14 +0100 Subject: [PATCH] . --- config.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.scm b/config.scm index 9d03b85..7ed6ab6 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)