mirror of
https://github.com/NixOS/nix.git
synced 2025-02-16 17:02:28 +00:00
15 lines
401 B
Plaintext
15 lines
401 B
Plaintext
error:
|
|
… while evaluating an attribute name
|
|
at /pwd/lang/eval-fail-using-set-as-attr-name.nix:7:8:
|
|
6| in
|
|
7| attr.${key}
|
|
| ^
|
|
8|
|
|
|
|
error: expected a string but found a set: { }
|
|
at /pwd/lang/eval-fail-using-set-as-attr-name.nix:7:8:
|
|
6| in
|
|
7| attr.${key}
|
|
| ^
|
|
8|
|