From 341ef2e7fac4ae33c046e82832a34b8e4aa98c48 Mon Sep 17 00:00:00 2001 From: Stefan Kreutz Date: Tue, 14 Oct 2025 01:48:18 +0200 Subject: Add rust-analyzer to Nix shell --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 254f56d..e538607 100644 --- a/flake.nix +++ b/flake.nix @@ -34,7 +34,7 @@ # nix develop devShells.default = pkgs.mkShell { - nativeBuildInputs = with pkgs; [ rustc cargo rustfmt clippy cargo-audit cargo-edit ]; + nativeBuildInputs = with pkgs; [ rustc cargo rustfmt clippy cargo-audit cargo-edit rust-analyzer ]; }; } ); -- cgit v1.2.3