2
0
Fork 0

nixos: use Dhall VFS library in store-wrapper

This commit is contained in:
Ehmry - 2020-11-13 13:17:30 +01:00
parent 960296c924
commit 2f89f5258d
1 changed files with 7 additions and 10 deletions

View File

@ -48,17 +48,14 @@ in λ(subinit : Init.Type) →
, binary = "vfs"
, config = Init.Config::{
, content =
[ XML.element
{ name = "vfs"
, attributes = XML.emptyAttributes
, content =
[ XML.leaf
{ name = "tar"
, attributes = toMap { name = storeName }
}
let VFS = Genode.VFS
in [ VFS.vfs
[ VFS.leafAttrs
"tar"
(toMap { name = storeName })
]
]
}
]
, policies =
[ Init.Config.Policy::{
, service = "File_system"