mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 23:52:33 +00:00
remove exporting of .hex
This commit is contained in:
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";
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue