Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
Add :inets to extra applications and remove :iex
Browse files Browse the repository at this point in the history
:inets was being used so without the dependency, it was possible to not
have :inets included in OTP releases.

I couldn't find any references to iex nor did I see any reason for it to
be included so I removed that one.
  • Loading branch information
fhunleth committed Mar 14, 2021
1 parent ce55e9a commit 5f85745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ defmodule NervesHub.MixProject do
device_api_sni: "device.nerves-hub.org",
fwup_public_keys: []
],
extra_applications: [:logger, :iex],
extra_applications: [:logger, :inets],
mod: {NervesHubLinkHTTP.Application, []}
]
end
Expand Down

0 comments on commit 5f85745

Please sign in to comment.