hex-packages: update to the latest version

hex2nix has changed to accomodate elixir and erlang.mk. This includes
those changes along with updates from hex itself.
This commit is contained in:
Eric Merritt 2016-04-15 11:09:52 -07:00
parent 383626b9d7
commit f36be6edbf
2 changed files with 5157 additions and 26135 deletions

View file

@ -2,7 +2,7 @@
let
self = rec {
hexPackages = import ./hex-packages.nix { stdenv = stdenv; callPackage = self.callPackage; };
hexPackages = import ./hex-packages.nix { stdenv = stdenv; callPackage = self.callPackage; pkgs = pkgs; };
callPackage = pkgs.lib.callPackageWith (pkgs // self // hexPackages);
buildRebar3 = callPackage ./build-rebar3.nix {};
buildHex = callPackage ./build-hex.nix {};

File diff suppressed because it is too large Load diff