mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-07 14:00:59 +03:00
6 lines
91 B
Bash
6 lines
91 B
Bash
|
addLfeLibPath() {
|
||
|
addToSearchPath ERL_LIBS $1/lib/lfe/lib
|
||
|
}
|
||
|
|
||
|
envHooks+=(addLfeLibPath)
|