5 lines
45 B
Nix
5 lines
45 B
Nix
|
let key = "a"; in {
|
||
|
a = 5;
|
||
|
${key} = 3;
|
||
|
}.a
|