Created
July 25, 2017 23:47
-
-
Save serpent213/85e7d3ba3bf921e48d8ed7d7e10b5608 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def deps(target) do | |
[ system(target), | |
{:bootloader, "~> 0.1"}, | |
{:nerves_runtime, "~> 0.4"}, | |
{:nerves_interim_wifi, "~> 0.2.0"} | |
] | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment