2
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

View File

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