From 10920ced7c037dc8c65431b7f29c3ca17fcc0ed7 Mon Sep 17 00:00:00 2001 From: Vika Date: Tue, 7 Jan 2025 08:45:32 +0300 Subject: Add rust-analyzer to dev-shell --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flake.nix b/flake.nix index 55e32bf..4a17f0e 100644 --- a/flake.nix +++ b/flake.nix @@ -28,6 +28,9 @@ }; devShells.default = crane'.devShell { checks = self.checks.${system}; + packages = with pkgs; [ + rust-analyzer + ]; }; }); } -- cgit 1.4.1