From b442b0e35ef6b181abff033bbcf810f55e214bff Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Tue, 23 Apr 2024 11:58:34 +0300 Subject: [PATCH] devShells.full: add rust-analyzer --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 06c74220..f8840c5b 100644 --- a/flake.nix +++ b/flake.nix @@ -76,6 +76,7 @@ # import the full shell using `nix develop .#full` full = shellWithPackages (with pkgs; [ rustfmt + rust-analyzer clang mold # ---- extra packages for dev tasks ----