mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
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 changed files with 5157 additions and 26135 deletions
|
@ -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
Loading…
Reference in a new issue