| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
B9.SystemdNspawn
Description
Implementation of an execution environment that uses systemdNspawn.
Documentation
newtype SystemdNspawn Source #
Constructors
| SystemdNspawn SystemdNspawnConfig |
Instances
| Backend SystemdNspawn Source # | |
Defined in B9.SystemdNspawn Methods getBackendConfig :: forall proxy (e :: [Type -> Type]). (Member BuildInfoReader e, CommandIO e) => proxy SystemdNspawn -> Eff e (Maybe SystemdNspawn) Source # supportedImageTypes :: proxy SystemdNspawn -> [ImageType] Source # runInEnvironment :: forall (e :: [Type -> Type]). (Member BuildInfoReader e, CommandIO e, Member ExcB9 e) => SystemdNspawn -> ExecEnv -> Script -> Eff e Bool Source # | |