Skip to content

Commit

Permalink
Update mix.exs
Browse files Browse the repository at this point in the history
Co-authored-by: Frank Hunleth <[email protected]>
  • Loading branch information
mnishiguchi and fhunleth authored Dec 5, 2023
1 parent 3291e7f commit b6c7c1a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ defmodule NervesMOTD.MixProject do
defp elixirc_paths(:test), do: ["lib", "test/support"]
defp elixirc_paths(_), do: ["lib"]

defp compilers(env) when env in [:dev, :test], do: Mix.compilers() ++ [:fortune_compiler]
defp compilers(_), do: Mix.compilers()

defp deps do
[
{:nerves_runtime, "~> 0.8"},
Expand Down

0 comments on commit b6c7c1a

Please sign in to comment.