Skip to content

Commit 5b0d3fc

Browse files
committed
Eval: m clean-up
1 parent 3f98974 commit 5b0d3fc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Nix/Eval.hs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -466,8 +466,7 @@ evalSetterKeyName =
466466
\case
467467
StaticKey k -> pure $ pure k
468468
DynamicKey k ->
469-
(coerce . ignoreContext) <<$>>
470-
runAntiquoted "\n" assembleString (fromValueMay =<<) k
469+
coerce . ignoreContext <<$>> runAntiquoted "\n" assembleString (fromValueMay =<<) k
471470

472471
assembleString
473472
:: forall v m

0 commit comments

Comments
 (0)