mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
14 lines
401 B
Text
14 lines
401 B
Text
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|
|