Skip to content

Commit

Permalink
Read custom_multichannels from .condarc
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashaag authored and adriendelsalle committed Oct 26, 2021
1 parent bff16c2 commit 1860bf9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions libmamba/src/api/configuration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,14 @@ namespace mamba
.description("Custom channels")
.long_description("A dictionary with name: url to use for custom channels."));

insert(
Configurable("custom_multichannels", &ctx.custom_multichannels)
.group("Channels")
.set_rc_configurable()
.description("Custom multichannels")
.long_description(
"A dictionary with name: list of names/urls to use for custom multichannels."));

insert(Configurable("override_channels_enabled", &ctx.override_channels_enabled)
.group("Channels")
.set_rc_configurable()
Expand Down

0 comments on commit 1860bf9

Please sign in to comment.