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 {
# Development packages
home.packages = with pkgs; [
rustup
# rustup
# rustc
# cargo
gcc
lldb
bacon
# gcc
# lldb
# bacon
# rust-analyzer
# rustfmt
# clippy
evcxr
# evcxr
];
# VSCode configuration