Add pkgs.rust-analyzer to nix flake

This commit is contained in:
Olivier 'reivilibre' 2023-11-26 19:53:40 +00:00
parent 159457616a
commit 4c27187926
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ let
rust-toolchain = pkgs.symlinkJoin {
name = "rust-toolchain";
paths = [pkgs.rustc pkgs.cargo pkgs.rustfmt pkgs.rustPlatform.rustcSrc pkgs.clippy];
paths = [pkgs.rustc pkgs.cargo pkgs.rustfmt pkgs.rustPlatform.rustcSrc pkgs.clippy pkgs.rust-analyzer];
};
in