packages feed

podenv-0.1.0: hub/Applications/virt-viewer.dhall

(../Podenv.dhall).Application::{
, description = Some "Display the graphical console for a virtual machine"
, runtime = (./fedora.dhall).latest.useGraphic [ "virt-viewer" ]
, command = [ "remote-viewer" ]
, capabilities = (../Podenv.dhall).Capabilities::{
  , wayland = True
  , network = True
  }
}