1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
error:
       … while evaluating the attribute 'set'
         at /pwd/in.nix:2:3:
            1| {
            2|   set = { "${"" + "b"}" = 1; };
             |   ^
            3|   set = { "${"b" + ""}" = 2; };

       error: dynamic attribute 'b' already defined at /pwd/in.nix:2:11
       at /pwd/in.nix:3:11:
            2|   set = { "${"" + "b"}" = 1; };
            3|   set = { "${"b" + ""}" = 2; };
             |           ^
            4| }