mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 14:52:55 +00:00
15 lines
391 B
Plaintext
15 lines
391 B
Plaintext
|
error:
|
||
|
… while evaluating the attribute 'body'
|
||
|
at /pwd/lang/eval-fail-blackhole.nix:2:3:
|
||
|
1| let {
|
||
|
2| body = x;
|
||
|
| ^
|
||
|
3| x = y;
|
||
|
|
||
|
error: infinite recursion encountered
|
||
|
at /pwd/lang/eval-fail-blackhole.nix:3:7:
|
||
|
2| body = x;
|
||
|
3| x = y;
|
||
|
| ^
|
||
|
4| y = x;
|