podenv-0.1.0: hub/Applications/flutter.dhall
(../Podenv.dhall).Application::{
, description = Some "Flutter SDK"
, runtime =
(./nix.dhall).uses
[ ./nixGL.dhall ]
[ "flutter"
, "clang"
, "pkg-config"
, "gtk3"
, "pcre"
, "epoxy"
, "glib.dev"
, "mount"
]
, command = [ "nixGLIntel", "bash" ]
, capabilities = (../Podenv.dhall).Capabilities::{
, terminal = True
, interactive = True
, dri = True
, x11 = True
, pulseaudio = True
}
}