mirror of
https://github.com/NixOS/nix.git
synced 2025-11-17 16:02:43 +01:00
Antiquotes should evaluate to strings or paths. This is usually
checked, except in the case where the antiquote makes up the entire
string, as in "${expr}". This is optimised to expr, which discards
the runtime type checks / coercions.
1 line
10 B
Nix
1 line
10 B
Nix
"${x: x}"
|