Skip to content

Commit

Permalink
pull deps from hex
Browse files Browse the repository at this point in the history
  • Loading branch information
mobileoverlord committed Sep 21, 2016
1 parent ae311a9 commit 763284d
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,9 @@ defmodule NervesSystemRpi3.Mixfile do
end

defp deps do
[{:nerves_system, github: "nerves-project/nerves_system"},
#{:nerves_system_br, "~> 0.6.1"},
{:nerves_system_br, github: "nerves-project/nerves_system_br", tag: "26145be1d313387cdd3cefb7c233fedde806e727"},
{:nerves_toolchain_arm_unknown_linux_gnueabihf,
github: "nerves-project/toolchains",
sparse: "nerves_toolchain_arm_unknown_linux_gnueabihf"},
{:nerves_toolchain_ctng,
github: "nerves-project/toolchains",
sparse: "nerves_toolchain_ctng",
override: true}
]
[{:nerves_system, "~> 0.1.5"},
{:nerves_system_br, "~> 0.7.0"},
{:nerves_toolchain_arm_unknown_linux_gnueabihf, "~> 0.7.0"}]
end

defp description do
Expand Down

0 comments on commit 763284d

Please sign in to comment.