mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
6 lines
100 B
Bash
6 lines
100 B
Bash
addErlangLibPath() {
|
|
addToSearchPath ERL_LIBS $1/lib/erlang/lib
|
|
}
|
|
|
|
envHooks+=(addErlangLibPath)
|