Open Kreyren opened 3 years ago
When using rust-analysis, you should explicit it as part of the extensions to be included:
((nixpkgs.rustChannelOf { date = "2021-08-15"; channel = "nightly"; }).rust.override (old:
{ extensions = ["rust-src" "rust-analysis"]; }))
Adding a bad extension name, such as "foo"
will exit with an error containing the list of available extensions.
Afaik this is a component of
rustup
which is not used in this environment?Nix-shell
Editor
May be relevant to https://github.com/rust-analyzer/rust-analyzer/issues/4172