Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data ThunkCommand Source #
ThunkCommand_Update ThunkUpdateConfig (NonEmpty FilePath) | |
ThunkCommand_Unpack (NonEmpty FilePath) | |
ThunkCommand_Pack ThunkPackConfig (NonEmpty FilePath) | |
ThunkCommand_Create ThunkCreateConfig |
Instances
Show ThunkCommand Source # | |
Defined in Nix.Thunk.Command |
runThunkCommand :: (MonadLog Output m, HasCliConfig NixThunkError m, MonadIO m, MonadMask m, MonadError NixThunkError m, MonadFail m) => ThunkCommand -> m () Source #