mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-21 05:25:38 +00:00
6 lines
91 B
Bash
6 lines
91 B
Bash
|
addLfeLibPath() {
|
||
|
addToSearchPath ERL_LIBS $1/lib/lfe/lib
|
||
|
}
|
||
|
|
||
|
envHooks+=(addLfeLibPath)
|