| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Nix.Thunk.Command
Documentation
data ThunkCommand Source #
Constructors
| 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 Methods 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 #