View Source NervesLivebook.MixInstall (nerves_livebook v0.9.0)

Simulate Mix.install for Nerves Livebook

Nerves Livebook currently doesn't support Mix.install/2, but hopefully it will in the future. As a workaround, check whether dependencies that the user specifies are available and give them a help message if not.

Link to this section Summary

Link to this section Functions

@spec install(
  [atom() | {atom(), keyword()} | {atom(), binary(), keyword()}],
  keyword()
) :: :ok