Open
Description
For my specific binder use case it would be great if one could specify a list of alternative julia registries, not just the general registry, from which packages that are listed in Project.toml
should be loaded.
I assume that at some point julia will add an ability that one can specify alternative registries in the Project.toml
itself (see JuliaLang/Pkg.jl#635), but until that is the case, we could add an option for a .binderjuliaregistries
file that is simply a text file with URLs for registries that should be used in addition to the default one.
Pinging @KristofferC just to get his thoughts whether that is a bad idea for some reason :)
Activity