mirror of
https://github.com/NixOS/nix.git
synced 2024-11-25 08:12:29 +00:00
6 lines
177 B
Plaintext
6 lines
177 B
Plaintext
|
error: attribute 'x' already defined at «stdin»:9:5
|
||
|
at «stdin»:10:17:
|
||
|
9| x = 789;
|
||
|
10| inherit (as) x;
|
||
|
| ^
|