1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2025-12-06 08:10:43 +01:00

fix(rust): include rust-analyzer in toolchain

This commit is contained in:
Ryan Cao 2024-09-20 13:02:20 +08:00
parent 2305bad15f
commit 2756c5af57
Signed by: ryanccn
GPG key ID: 48C96B2057D71CB1
3 changed files with 25 additions and 7 deletions

View file

@ -17,7 +17,13 @@ in
};
home.packages = with pkgs; [
(rust-bin.stable.latest.default.override { extensions = [ "llvm-tools-preview" ]; })
(rust-bin.stable.latest.default.override {
extensions = [
"rust-src"
"rust-analyzer"
"llvm-tools-preview"
];
})
cargo-audit
cargo-bloat