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