remove exporting of .hex

This commit is contained in:
happysalada 2021-01-03 12:09:49 +09:00
parent 28b8e38666
commit 10d464e887

View File

@ -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";
''; '';