let Genode = env:DHALL_GENODE let XML = Genode.Prelude.XML let Frontend = ./../../retro_frontend/package.dhall let fceumm = ./../../cores/fceumm/pkg.dhall let frontend = fceumm.frontend ⫽ { vfs = XML.text '' '' } in { indexInfo = "NES tests" , runtime = fceumm.runtime ⫽ { config = Frontend.Config.toXML frontend , roms = fceumm.runtime.roms # [ "240pee.nes" ] } , frontend = frontend }