From f93db7d88c736433bb37a9764639d8e68724acd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Attila=20Ol=C3=A1h?= Date: Mon, 25 Nov 2024 13:19:15 +0000 Subject: [PATCH] Install rustc. The rust_analyzer LSP plugin seems to want it on the path, and it should be possible to configure a direct path, but for now this will do. --- home-manager/home/packages.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home-manager/home/packages.nix b/home-manager/home/packages.nix index bd9fdc5..e653a61 100644 --- a/home-manager/home/packages.nix +++ b/home-manager/home/packages.nix @@ -63,6 +63,7 @@ in { lua-language-server nil pyright + rustc rust-analyzer rustfmt stylua