2
0

vbox: fix /nix/store

This commit is contained in:
Ehmry - 2020-05-22 21:08:22 +05:30
parent db9341b0de
commit 47a3689f7e

View File

@ -125,10 +125,18 @@ let toVbox =
{ name = "dir" { name = "dir"
, attributes = toMap { name = "nix" } , attributes = toMap { name = "nix" }
, content = , content =
[ XML.leaf [ XML.element
{ name = "fs" { name = "dir"
, attributes = toMap , attributes = toMap { name = "store" }
{ writeable = "no", label = "nix" } , content =
[ XML.leaf
{ name = "fs"
, attributes = toMap
{ writeable = "no"
, label = "nix"
}
}
]
} }
] ]
} }