Open clotodex opened 2 months ago
I personally install cargo/rustc through nix using https://github.com/nix-community/fenix or https://github.com/oxalica/rust-overlay to avoid those kinds of issues
I am using fenix as well. However it seems to be not limited to rust analyzer but all cargo linked commands.
https://github.com/cachix/devenv/issues/1419 Investigating if this might be a devenv issue. I am now very sure this is not unique to nixvim - I just noticed it here first - so happy with closing. The issue is not yet resolved but I am trying to figure out if it is generally bricked in nixpkgs, a nixos issue or a devenv specific issue. I will update my findings in the linked issue.
rustacean
unstable
unstable
Description
Since a month or so Rustacean does not start the rust-analyzer anymore. Looking into the logs this is a linking issue.
While the error is obvious, I am curious why that started happening out of the blue? And since this makes rustacean not work out of the box anymore I am raising this issue. Anyone has a nicer workaround than force-linking a version of cargo?
Minimal, Reproducible Example (MRE)
Open any rust file with an installed rust-analyzer. (Tried NixOS, devenv and fenix)