Hi,
I need llvm-tools-preview
, but I dont use rustup
. I installed everything Rust related like this:
environment.systemPackages = with pkgs; [
.
.
.
rustc
cargo
rustfmt
clippy
grcov
cargo-binutils
rust-analyzer
.
.
.
];
But I cant find a Nix package for llvm-tools-preview
.
Please help
Thanks in advance