cachix / devenv

Fast, Declarative, Reproducible, and Composable Developer Environments
https://devenv.sh
Apache License 2.0
3.56k stars 259 forks source link

rust: ensure rust can be disabled when using non-default channel #1175

Closed sandydoo closed 1 week ago

sandydoo commented 2 weeks ago

Previously, if channel was set to anything but nixpkgs, the rust toolchain would get added to the shell regardless of the value of languages.rust.enable.

Also deduped the logic that figures out which fenix channel to use.