rebar3: 3.3.2 -> 3.4.3

This commit is contained in:
Gleb Peregud
2017-09-11 22:56:43 +02:00
parent 90b3d2db91
commit adbc1ed0d9
7 changed files with 89 additions and 249 deletions
@@ -1,10 +1,10 @@
{stdenv, fetchFromGitHub, writeText, elixir }:
{ stdenv, fetchFromGitHub, writeText, elixir }:
let
shell = drv: stdenv.mkDerivation {
name = "interactive-shell-${drv.name}";
buildInputs = [ drv ];
};
name = "interactive-shell-${drv.name}";
buildInputs = [ drv ];
};
pkg = self: stdenv.mkDerivation rec {
name = "hex";
@@ -53,6 +53,5 @@ let
passthru = {
env = shell self;
};
};
in stdenv.lib.fix pkg