From c5ec80e1245558c0d2a6b15fa439226116b0f0c2 Mon Sep 17 00:00:00 2001 From: Daniel Ziltener Date: Thu, 30 Nov 2023 13:28:34 +0100 Subject: [PATCH] . --- config.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.scm b/config.scm index 7ed6ab6..93f2df4 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" + (file-systems #~(call-with-input-file "/etc/config.scm" (lambda (port) (read port) (read port) - (cdr (last-pair (read port)))))) + #$(cdr (last-pair (read port)))))) #;(file-systems (cons* (file-system