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 showsPrec :: Int -> ThunkCommand -> ShowS # show :: ThunkCommand -> String # showList :: [ThunkCommand] -> ShowS # |
runThunkCommand :: (MonadLog Output m, HasCliConfig m, MonadIO m, MonadMask m, MonadError NixThunkError m, MonadFail m) => ThunkCommand -> m () Source #