-
-
Notifications
You must be signed in to change notification settings - Fork 300
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
New experimental nixvim configurations fail without devshell input #2948
Comments
Can you share a minimal reproducible example? |
|
Do you still have inf-recursion if you use |
Yes |
Maybe this could help: https://flake.parts/dogfood-a-reusable-module? As in the flake-parts documentation says it helps to avoid infinite recursion, but haven't looked into it too see if it this would help in this case. |
Thanks. I have read that a few times, but re-reading it never hurts 🧐 The inf-recursion discussed there would be relevant if our flake-modules depended on something else from nixvim's flake outputs. However IIRC the modules are self contained. For reference, @khaneliman has been successfully using the modules in his flake: khaneliman/khanelivim#12. It'd be interesting to see what's different between yours and his implementations. |
In my neovim configuration, it is working fine currently, with the new experimental configurations. I just can't remove the devshell input specifically from the nixvim inputs as I used to before. |
Okay, nevermind, it is not specific to devshell, it also happens when removing git-hooks and treefmt-nix. |
Ah, gotcha. I missed that detail at first. I'll try and find time to investigate. Otherwise remind me in a few days. |
The text was updated successfully, but these errors were encountered: