Removed language installation from rust module

This commit is contained in:
Jan-Bulthuis 2025-02-09 23:53:52 +01:00
parent fcbbb03060
commit b850b164f5
1 changed files with 5 additions and 5 deletions

View File

@ -17,16 +17,16 @@ in
config = mkIf cfg.enable { config = mkIf cfg.enable {
# Development packages # Development packages
home.packages = with pkgs; [ home.packages = with pkgs; [
rustup # rustup
# rustc # rustc
# cargo # cargo
gcc # gcc
lldb # lldb
bacon # bacon
# rust-analyzer # rust-analyzer
# rustfmt # rustfmt
# clippy # clippy
evcxr # evcxr
]; ];
# VSCode configuration # VSCode configuration