nix-community / fenix

Rust toolchains and rust-analyzer nightly for Nix [maintainer=@figsoda]
Mozilla Public License 2.0
608 stars 39 forks source link

`nix run github:nix-community/fenix#rust-analyzer` is weird #139

Open dpc opened 4 months ago

dpc commented 4 months ago

This doesn't look like a real version:

nix run 'github:nix-community/fenix?rev=e928fb6b5179ebd032c19afac5c461ccc0b6de55#rust-analyzer' -- --version
rust-analyzer 0.0.0

and this doesn't run at all:

> nix run 'github:nix-community/fenix?rev=e928fb6b5179ebd032c19afac5c461ccc0b6de55#stable.rust-analyzer' -- --version
error: unable to execute '/nix/store/4ahwhqq2jhn23810k71qsf3fqclfkb6l-rust-analyzer-preview-stable-2024-02-08/bin/rust-analyzer-preview-stable': No such file or directory

Is this expected?