remove exporting of .hex

This commit is contained in:
happysalada
2021-02-01 09:34:44 +09:00
parent 28b8e38666
commit 10d464e887
@@ -21,7 +21,7 @@ stdenvNoCC.mkDerivation ({
configurePhase = ''
mkdir -p $out/deps
mkdir -p $out/.hex
export HEX_HOME="$out/.hex";
export HEX_HOME="$TEMPDIR/.hex";
export MIX_HOME="$TEMPDIR/.mix";
export MIX_DEPS_PATH="$out/deps";
'';