summary refs log tree commit diff
diff options
context:
space:
mode:
authorVika <vika@fireburn.ru>2025-01-07 08:45:32 +0300
committerVika <vika@fireburn.ru>2025-01-07 08:45:32 +0300
commit10920ced7c037dc8c65431b7f29c3ca17fcc0ed7 (patch)
treed5ee63f2f4362892303bf1c601ac21336794caf8
parentafda55c8468318f4e3db1cb93d836eb1ce6e8047 (diff)
downloadxdg-desktop-portal-systemd-10920ced7c037dc8c65431b7f29c3ca17fcc0ed7.tar.zst
Add rust-analyzer to dev-shell
-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
+      ];
     };
   });
 }