diff options
| author | tuturuu <zedddiezxc@gmail.com> | 2026-01-10 04:48:45 +0100 |
|---|---|---|
| committer | tuturuu <zedddiezxc@gmail.com> | 2026-01-10 04:48:45 +0100 |
| commit | 48548f21f63d1234cab10dbc3a919d454b5785d6 (patch) | |
| tree | 10762bf2779a610b737429f2cd273559a40494dc /shell.nix | |
| parent | f722256a8881c3d0813901b6be2c7afdcdc1fb74 (diff) | |
Fix local dev lsp
Diffstat (limited to 'shell.nix')
| -rw-r--r-- | shell.nix | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,8 @@ pkgs.mkShell { buildInputs = with pkgs; [ - rustup + rustc + cargo pkg-config rust-analyzer gcc |
