ed23c8568e
This reverts commit8120b6fb8a
and fixes the regression introduced in8d22b26448
.
3 lines
54 B
Nix
3 lines
54 B
Nix
let const = a: "const"; in
|
|
''${ const { x = "q"; }}''
|