Add pkgs.rust-analyzer to nix flake
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user