1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
error:
… while evaluating x
at /pwd/in.nix:5:1:
4| in
5| x
| ^
6|
… while evaluating y
at /pwd/in.nix:2:7:
1| let
2| x = y;
| ^
3| y = x;
error: infinite recursion encountered
at /pwd/in.nix:2:7:
1| let
2| x = y;
| ^
3| y = x;
|