crate2nix icon indicating copy to clipboard operation
crate2nix copied to clipboard

Installs `rustc` from nixpkgs when already installed

Open pseudoparenchymatous opened this issue 1 month ago • 1 comments

I am using fenix as my rust overlay; installed it in my dev-shell using nativeBuildInputs. But when I run nix build, it reinstalls the toolchain (i.e. rustc) from nixpkgs.

And if I remove nixpkgs from my inputs, nix build behaves as expected and builds the crate.

image

pseudoparenchymatous avatar May 29 '24 17:05 pseudoparenchymatous