rebar3: 3.3.2 -> 3.4.3
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user