mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-06 04:24:28 +03:00
6 lines
94 B
Bash
6 lines
94 B
Bash
|
addErlLibPath() {
|
||
|
addToSearchPath ERL_LIBS $1/lib/elixir/lib
|
||
|
}
|
||
|
|
||
|
envHooks+=(addErlLibPath)
|