diff --git a/shell.nix b/shell.nix index 0cc94b7..3d5e1d2 100644 --- a/shell.nix +++ b/shell.nix @@ -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