mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
8 lines
179 B
Text
8 lines
179 B
Text
|
error: attribute 'x' already defined at «stdin»:9:5
|
||
|
|
||
|
at «stdin»:10:17:
|
||
|
|
||
|
9| x = 789;
|
||
|
10| inherit (as) x;
|
||
|
| ^
|