diff --git a/src/Anoma/Effect/Base.hs b/src/Anoma/Effect/Base.hs index 390621bfc3..f619851d07 100644 --- a/src/Anoma/Effect/Base.hs +++ b/src/Anoma/Effect/Base.hs @@ -56,6 +56,7 @@ anomaCreateProcess = do return (proc "mix" ["run", "--no-halt", "-e", unpack (T.strip (decodeUtf8 anomaStartExs))]) { std_out = CreatePipe, + std_in = NoStream, cwd = Just (toFilePath anomapath) }