From 0d36fec85de5aa2b7beeb4b1e5d5fef1a2ac0c44 Mon Sep 17 00:00:00 2001 From: Tim Schubert Date: Sat, 22 Jun 2024 11:34:42 +0200 Subject: [PATCH] fix Rust toolchain not working --- home/modules/helix/config/languages.toml | 2 +- home/pkgs.nix | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/home/modules/helix/config/languages.toml b/home/modules/helix/config/languages.toml index 772a9f8..070bf61 100644 --- a/home/modules/helix/config/languages.toml +++ b/home/modules/helix/config/languages.toml @@ -1,5 +1,5 @@ [language-server.rust-analyzer] -config = { rust-analyzer = { checkOnSave = { command = "clippy" } } } +config = { rust-analyzer = { checkOnSave = { command = "clippy" }, procMacro.enable = true } } [language-server.nixd] command = "nixd" diff --git a/home/pkgs.nix b/home/pkgs.nix index 4d69b7e..67bf482 100644 --- a/home/pkgs.nix +++ b/home/pkgs.nix @@ -109,7 +109,6 @@ with pkgs; [ reptyr ripgrep ripgrep - rustup saleae-logic-2 sd # search and displace like sed but with better syntax sieveshell