Closed Profpatsch closed 8 years ago
I searched for a way to escape ${foo} (since nix expressions use ${} for string splicing themselves) and I found $${foo} worked. Maybe document that?
Can you make a PR please?
Yes, I need to know two things first:
It's intended. The dollar escaping is achieved with double dollar:
https://github.com/nikita-volkov/neat-interpolation/blob/master/library/NeatInterpolation/Parsing.hs#L24
I searched for a way to escape ${foo} (since nix expressions use ${} for string splicing themselves) and I found $${foo} worked. Maybe document that?