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 4d72799 commit dbdd30bCopy full SHA for dbdd30b
src/Nix/Exec.hs
@@ -259,8 +259,7 @@ instance MonadNix e t f m => MonadEval (NValue t f m) m where
259
(nverr $ Assertion span c)
260
(do
261
scope <- currentScopes
262
- let f = join (addProvenance . Provenance scope . NAssertAnnF span (pure c) . pure)
263
- f <$> body
+ join (addProvenance . Provenance scope . NAssertAnnF span (pure c) . pure) <$> body
264
)
265
b
266
0 commit comments