oxalica / rust-overlay

Pure and reproducible nix overlay of binary distributed rust toolchains
MIT License
956 stars 56 forks source link

How can I stop a specific component from being installed? #156

Closed clot27 closed 9 months ago

clot27 commented 9 months ago

I am using the flake version of this overlay and it works so well. Only one thing have been bothering me, when installing rust the most time is taken while installing rustdoc (surprisingly it occupies too much memory also). So how can I disable rustdoc to be installed?