View Source mix nerves.bootstrap (nerves_bootstrap v1.11.1)

Bootstrap Nerves tooling into the current Mix tooling

The Nerves lib contains all the tasks and tooling for setting up the environment needed to use the Nerves project. However, some of that tooling needs to be injected early in the build process before everything is compiled.

The purpose of this task is to ensure the Nerves integration is compiled first and available to be injected into the Mix tooling since Nerves.Bootstrap is available as an archive. (i.e. this is like having :nerves as a dependency of this archive even though archives do not allow traditional dependencies)

It is not intended to be run manually