.
This commit is contained in:
parent
c5ec80e124
commit
d2b9eb51d5
1 changed files with 5 additions and 5 deletions
10
config.scm
10
config.scm
|
@ -40,11 +40,11 @@
|
||||||
(targets
|
(targets
|
||||||
'("/boot/efi"))
|
'("/boot/efi"))
|
||||||
(keyboard-layout keyboard-layout)))
|
(keyboard-layout keyboard-layout)))
|
||||||
(file-systems #~(call-with-input-file "/etc/config.scm"
|
(file-systems ,(call-with-input-file "/etc/config.scm"
|
||||||
(lambda (port)
|
(lambda (port)
|
||||||
(read port)
|
(read port)
|
||||||
(read port)
|
(read port)
|
||||||
#$(cdr (last-pair (read port))))))
|
(cdr (last-pair (read port))))))
|
||||||
#;(file-systems
|
#;(file-systems
|
||||||
(cons*
|
(cons*
|
||||||
(file-system
|
(file-system
|
||||||
|
|
Loading…
Reference in a new issue