summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortuturuu <zedddiezxc@gmail.com>2026-01-10 04:48:45 +0100
committertuturuu <zedddiezxc@gmail.com>2026-01-10 04:48:45 +0100
commit48548f21f63d1234cab10dbc3a919d454b5785d6 (patch)
tree10762bf2779a610b737429f2cd273559a40494dc
parentf722256a8881c3d0813901b6be2c7afdcdc1fb74 (diff)
Fix local dev lsp
-rw-r--r--shell.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index d484ed5..fa924d8 100644
--- a/shell.nix
+++ b/shell.nix
@@ -4,7 +4,8 @@
pkgs.mkShell {
buildInputs = with pkgs; [
- rustup
+ rustc
+ cargo
pkg-config
rust-analyzer
gcc