9 lines
124 B
Text
9 lines
124 B
Text
|
use flake
|
||
|
|
||
|
HEX_HOME="${PWD}/.nix/hex"
|
||
|
MIX_HOME="${PWD}/.nix/mix"
|
||
|
|
||
|
export HEX_HOME MIX_HOME
|
||
|
|
||
|
PATH_add "${MIX_HOME}/escripts"
|