about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--flake.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix
index c879a7f..0b0e039 100644
--- a/flake.nix
+++ b/flake.nix
@@ -250,9 +250,8 @@
       name = "rust-dev-shell";
       nativeBuildInputs = with pkgs; [
         pkg-config lld
-        rust-bin.default
-        rust-bin.rls
-        rust-bin.rust-src
+        (rust-bin.default.override { extensions = [ "rust-src" ]; })
+        (rust-analyzer.override { rustPlatform = with rust-bin; { rustLibSrc = rust-src; }; })
         redis
       ];
     };