From 2532728f8c154900f8bd910888cd91d2589ff866 Mon Sep 17 00:00:00 2001 From: Stefan Kreutz Date: Tue, 14 Oct 2025 01:48:24 +0200 Subject: Add rust-analyzer to Nix shell --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index fd143ba..43a2072 100644 --- a/flake.nix +++ b/flake.nix @@ -17,7 +17,7 @@ in { # 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