clean-up: Main

This commit is contained in:
Anton-Latukha 2020-09-18 16:52:18 +03:00
parent 32cda24f58
commit 3774516033
No known key found for this signature in database
GPG Key ID: 3D84C07E91802E41
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ main = do
Just path ->
mapM_ (processFile opts) =<< (lines <$> liftIO (readFile path))
Nothing -> case filePaths opts of
[] -> withNixContext Nothing $ Repl.main
[] -> withNixContext Nothing Repl.main
["-"] ->
handleResult opts Nothing
. parseNixTextLoc