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:
parent
383626b9d7
commit
f36be6edbf
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
self = rec {
|
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);
|
callPackage = pkgs.lib.callPackageWith (pkgs // self // hexPackages);
|
||||||
buildRebar3 = callPackage ./build-rebar3.nix {};
|
buildRebar3 = callPackage ./build-rebar3.nix {};
|
||||||
buildHex = callPackage ./build-hex.nix {};
|
buildHex = callPackage ./build-hex.nix {};
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user