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
When a Nerves app is built inside an umbrella app the mix.exs file will reference the config files located at the root of the umbrella app. But the nerves.new script doesn't place the config files there.
The app will build but fail silently since the Nerves config.exs isn't appended to the app config.exs the host.exs or target.exs files aren't referenced.
I made a PR that fixes it in 1 way. Hope that helps!
When a Nerves app is built inside an umbrella app the
mix.exs
file will reference the config files located at the root of the umbrella app. But the nerves.new script doesn't place the config files there.The app will build but fail silently since the Nerves
config.exs
isn't appended to the appconfig.exs
thehost.exs
ortarget.exs
files aren't referenced.I made a PR that fixes it in 1 way. Hope that helps!
#261
Environment
elixir -v
): 1.14.2I think the main thing is to use the latest version of the phx_new archive, since they older versions had issues with umbrella projects.
The text was updated successfully, but these errors were encountered: