mirror of
https://github.com/izzy2lost/nix.git
synced 2026-03-10 12:35:57 -07:00
15 lines
408 B
Plaintext
15 lines
408 B
Plaintext
error:
|
|
… in the right operand of the update (//) operator
|
|
at /pwd/lang/eval-fail-recursion.nix:2:11:
|
|
1| let
|
|
2| a = { } // a;
|
|
| ^
|
|
3| in
|
|
|
|
error: infinite recursion encountered
|
|
at /pwd/lang/eval-fail-recursion.nix:2:14:
|
|
1| let
|
|
2| a = { } // a;
|
|
| ^
|
|
3| in
|