We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbe17f0 commit 4f7013bCopy full SHA for 4f7013b
src/Nix/Effects/Basic.hs
@@ -250,9 +250,7 @@ defaultImportPath path = do
250
Failure err ->
251
throwError
252
$ ErrorCall
253
- . show
254
- $ fillSep
255
- $ ["Parse during import failed:", err]
+ . show $ fillSep ["Parse during import failed:", err]
256
Success expr -> do
257
modify (M.insert path expr)
258
pure expr
0 commit comments