packages feed

podenv-0.1.0: hub/schemas/Runtime.dhall

-- | The application runtime:
-- Image: an existing image ref
-- Nix: a nix expression
-- Container: a static container build
-- Rootfs: a local directory
< Image : Text
| Nix : (./Flakes.dhall).Type
| Container : (./ContainerBuild.dhall).Type
| Rootfs : Text
>