2
0
Fork 0
genodepkgs/apps/insert-config-rom.dhall

9 lines
209 B
Plaintext
Raw Normal View History

let Genode = env:DHALL_GENODE
let BootModules = Genode.BootModules
in λ(configPath : Text)
→ λ(rom : Genode.BootModules.Type)
→ BootModules.toRomPaths (toMap { config = configPath }) # rom