2
0
genodepkgs/apps/to-rom.dhall
2020-08-27 17:15:09 +02:00

13 lines
223 B
Plaintext

let Genode = env:DHALL_GENODE
let toRom =
λ(mapKey : Text)
→ λ(path : Text)
→ [ { mapKey = mapKey
, mapValue = Genode.BootModules.ROM.Type.RomPath path
}
]
in toRom