mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-30 09:33:41 +00:00
6 lines
94 B
Bash
6 lines
94 B
Bash
|
addErlLibPath() {
|
||
|
addToSearchPath ERL_LIBS $1/lib/elixir/lib
|
||
|
}
|
||
|
|
||
|
envHooks+=(addErlLibPath)
|