You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I'm trying to understand the interaction between this toolchain and public elixir deps, as declared in my app's deps list in mix.exs. I see a variety of parameters passed to elixir_app rule, like extra_apps, deps, and ez_deps, but am not sure if any of these are intended to fetch from open-source dependencies. The basic examples don't have any dependencies and so don't provide an example of the expected configuration for this case.
Describe the solution you'd like
Please let me know (maybe in the documentation?) how to handle this case, I'd love to be able to onboard my project to bazel!
Is your feature request related to a problem? Please describe.
I'm trying to understand the interaction between this toolchain and public elixir deps, as declared in my app's
depslist in mix.exs. I see a variety of parameters passed toelixir_apprule, likeextra_apps,deps, andez_deps, but am not sure if any of these are intended to fetch from open-source dependencies. The basicexamplesdon't have any dependencies and so don't provide an example of the expected configuration for this case.Describe the solution you'd like
Please let me know (maybe in the documentation?) how to handle this case, I'd love to be able to onboard my project to bazel!
Describe alternatives you've considered
No response
Additional context
No response