mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
Merge pull request #10903 from DeterminateSystems/fix-stack-overflow
eval-fail-infinite-recursion-lambda: Reduce recursion depth
This commit is contained in:
commit
80f9b04f5e
2 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,7 @@ error:
|
|||
| ^
|
||||
2|
|
||||
|
||||
(19997 duplicate frames omitted)
|
||||
(197 duplicate frames omitted)
|
||||
|
||||
error: stack overflow; max-call-depth exceeded
|
||||
at /pwd/lang/eval-fail-infinite-recursion-lambda.nix:1:14:
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
--max-call-depth 100
|
Loading…
Reference in a new issue