nix-in-node/samples/dynamic.nix
2022-05-11 23:25:17 +02:00

5 lines
45 B
Nix

let key = "a"; in {
a = 5;
${key} = 3;
}.a