Merge pull request #107440 from happysalada/add_fetch_mix

This commit is contained in:
Jörg Thalheim
2021-02-08 08:21:59 +00:00
committed by GitHub
2 changed files with 41 additions and 0 deletions
@@ -33,6 +33,7 @@ let
buildRebar3 = callPackage ./build-rebar3.nix {};
buildHex = callPackage ./build-hex.nix {};
buildErlangMk = callPackage ./build-erlang-mk.nix {};
fetchMixDeps = callPackage ./fetch-mix-deps.nix { };
buildMix = callPackage ./build-mix.nix {};
# BEAM-based languages.