mirror of
https://github.com/NixOS/nix.git
synced 2025-11-08 19:46:02 +01:00
14 lines
411 B
Text
14 lines
411 B
Text
error:
|
|
… in the right operand of the update (//) operator
|
|
at /pwd/lang/eval-fail-recursion.nix:2:14:
|
|
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
|