15 lines
453 B
Plaintext
15 lines
453 B
Plaintext
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| }
|