Skip to content

Add igniter installer - #371

Open
lawik wants to merge 1 commit into
mainfrom
igniter-installer
Open

Add igniter installer#371
lawik wants to merge 1 commit into
mainfrom
igniter-installer

Conversation

@lawik

@lawik lawik commented May 14, 2025

Copy link
Copy Markdown
Contributor

No description provided.

`mix nerves_runtime.install` configures shoehorn's init list to
include :nerves_runtime in target.exs and sets up an InMemory KV
backend for host development in host.exs.

Igniter is declared as an optional, runtime: false dep at ~> 0.8 and
added to the dialyzer PLT so the installer module (gated behind
`Code.ensure_loaded?(Igniter)`) type-checks cleanly.
@lawik
lawik requested a review from fhunleth May 14, 2025 12:59
Comment thread lib/mix/tasks/nerves_runtime.install.ex Outdated
|> Igniter.Project.Config.configure(
"host.exs",
:nerves_runtime,
[:kw_backend],

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo :D

@lawik
lawik force-pushed the igniter-installer branch from 98916ca to d63e49b Compare May 20, 2026 08:11
@lawik
lawik requested a review from a team as a code owner May 20, 2026 08:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant