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