Current section
Files
Jump to
Current section
Files
nerves_system_ev3
nerves.exs
nerves.exs
use Mix.Config
version =
Path.join(__DIR__, "VERSION")
|> File.read!
|> String.strip
config :nerves_system_ev3, :nerves_env,
type: :system,
mirrors: [
"https://github.com/nerves-project/nerves_system_ev3/releases/download/v#{version}/nerves_system_ev3-v#{version}.tar.gz"],
build_platform: Nerves.System.Platforms.BR,
build_config: [
defconfig: "nerves_defconfig"
]