View Source NervesLivebook.MixInstall (nerves_livebook v0.12.3)

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.

Summary

Functions

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