remove exporting of .hex
This commit is contained in:
parent
28b8e38666
commit
10d464e887
@ -21,7 +21,7 @@ stdenvNoCC.mkDerivation ({
|
|||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
mkdir -p $out/deps
|
mkdir -p $out/deps
|
||||||
mkdir -p $out/.hex
|
mkdir -p $out/.hex
|
||||||
export HEX_HOME="$out/.hex";
|
export HEX_HOME="$TEMPDIR/.hex";
|
||||||
export MIX_HOME="$TEMPDIR/.mix";
|
export MIX_HOME="$TEMPDIR/.mix";
|
||||||
export MIX_DEPS_PATH="$out/deps";
|
export MIX_DEPS_PATH="$out/deps";
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user