.
This commit is contained in:
parent
7108555ded
commit
c5ec80e124
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue