From 4c27187926df1cd4a60565bdd57d2a5ed7a5ce46 Mon Sep 17 00:00:00 2001 From: Olivier Date: Sun, 26 Nov 2023 19:53:40 +0000 Subject: [PATCH] Add pkgs.rust-analyzer to nix flake --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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