summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--flake.nix3
1 files changed, 3 insertions, 0 deletions
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
+      ];
     };
   });
 }