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 3f98974 commit 5b0d3fcCopy full SHA for 5b0d3fc
src/Nix/Eval.hs
@@ -466,8 +466,7 @@ evalSetterKeyName =
466
\case
467
StaticKey k -> pure $ pure k
468
DynamicKey k ->
469
- (coerce . ignoreContext) <<$>>
470
- runAntiquoted "\n" assembleString (fromValueMay =<<) k
+ coerce . ignoreContext <<$>> runAntiquoted "\n" assembleString (fromValueMay =<<) k
471
472
assembleString
473
:: forall v m
0 commit comments