From 72adb07dfb311039d4a5f572996a922a48cac999 Mon Sep 17 00:00:00 2001 From: Stefan Kreutz Date: Tue, 14 Oct 2025 01:48:26 +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 80681a1..6fc1695 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