diff options
author | Vika <vika@fireburn.ru> | 2025-01-07 08:45:32 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2025-01-07 08:45:32 +0300 |
commit | 10920ced7c037dc8c65431b7f29c3ca17fcc0ed7 (patch) | |
tree | d5ee63f2f4362892303bf1c601ac21336794caf8 | |
parent | afda55c8468318f4e3db1cb93d836eb1ce6e8047 (diff) | |
download | xdg-desktop-portal-systemd-10920ced7c037dc8c65431b7f29c3ca17fcc0ed7.tar.zst |
Add rust-analyzer to dev-shell
-rw-r--r-- | flake.nix | 3 |
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 + ]; }; }); } |