I care a lot about dependencies vendoring because it allows me to have reproducibility no matter the state of external services. Is this possible with Elixir? I would love to have just Erlang and Elixir installed and after that my project would just work. Of course, assuming I’m not using NIFs, otherwise they would have to be vendored as well.
Just check the deps folder into git and you’re mostly there.
2 Likes