Browse Source

missing parenthesis

master
Juni Kim 3 years ago
parent
commit
5758c644b8
  1. 3
      config.scm

3
config.scm

@ -42,8 +42,7 @@
(file-systems
(cons* (file-system
(mount-point "/")
(device
(file-system-label "guix")
(device (file-system-label "guix"))
(type "ext4"))
%base-file-systems))
)

Loading…
Cancel
Save