-
-
Notifications
You must be signed in to change notification settings - Fork 266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error: stack overflow (possible infinite recursion) #135
Comments
Can you run the rebuild with |
nixos-rebuild build --flake .#mydevice --show-trace
|
What is in your config? |
commenting out rust-analyzer seems to fix it. |
Alright, I am not really sure what is going on, maybe @traxys has an idea :) |
Found the problem, published a fix in #137. It seems that my lazyness came and bit me, I needed to exclude some options from the LSP settings. |
After upgrading the nixvim flake I get the following error during
nixos-rebuild build
The second one works, the first gives the error.
error: stack overflow (possible infinite recursion)
The text was updated successfully, but these errors were encountered: