diff --git a/config.scm b/config.scm index 93f2df4..9df9298 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" - (lambda (port) - (read port) - (read port) - #$(cdr (last-pair (read port)))))) + (file-systems ,(call-with-input-file "/etc/config.scm" + (lambda (port) + (read port) + (read port) + (cdr (last-pair (read port)))))) #;(file-systems (cons* (file-system