Removed language installation from rust module
This commit is contained in:
parent
fcbbb03060
commit
b850b164f5
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue