Add stable rustc and lldb for helix

This commit is contained in:
Filippo Berto 2023-01-26 14:18:44 +01:00
parent 5c008c6a35
commit a21281347a
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -28,7 +28,8 @@
cargo-watch cargo-watch
cargo-workspaces cargo-workspaces
clippy clippy
rustc
rustfmt 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 ]; ++ lib.optionals config.programs.kakoune.enable [ rust-analyzer ];
} }