From a21281347a9075c43f27b410c182679421e6ac79 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Thu, 26 Jan 2023 14:18:44 +0100 Subject: [PATCH] Add stable rustc and lldb for helix --- hm_modules/development/rust.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hm_modules/development/rust.nix b/hm_modules/development/rust.nix index 00d11b6..4212aeb 100644 --- a/hm_modules/development/rust.nix +++ b/hm_modules/development/rust.nix @@ -28,7 +28,8 @@ cargo-watch cargo-workspaces clippy + rustc rustfmt - ] ++ lib.optionals config.programs.helix.enable [ rust-analyzer ] + ] ++ lib.optionals config.programs.helix.enable [ lldb rust-analyzer ] ++ lib.optionals config.programs.kakoune.enable [ rust-analyzer ]; }