You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be interesting to allow skipping cargo compilation entirely during development. Generate a rust-project.json that points to the nix built dependencies. And a crate2nix check command that builds the workspace pointing to the nix dependencies along with the --error-format=json. This workspace build wouldn't be done in Nix.
I recently did some work on getting rust-analyzer working for kernel rust development (which doesn't use cargo) so have some experience. Would be interested in helping out if this is sounds feasible, but not familiar with the crate2nix internals.
It would be interesting to allow skipping cargo compilation entirely during development. Generate a
rust-project.json
that points to the nix built dependencies. And acrate2nix check
command that builds the workspace pointing to the nix dependencies along with the--error-format=json
. This workspace build wouldn't be done in Nix.I recently did some work on getting rust-analyzer working for kernel rust development (which doesn't use cargo) so have some experience. Would be interested in helping out if this is sounds feasible, but not familiar with the crate2nix internals.
See: https://rust-analyzer.github.io/manual.html#non-cargo-based-projects
The text was updated successfully, but these errors were encountered: