nixpkgs/pkgs/development/interpreters/lfe/setup-hook.sh

6 lines
91 B
Bash
Raw Normal View History

addLfeLibPath() {
addToSearchPath ERL_LIBS $1/lib/lfe/lib
}
envHooks+=(addLfeLibPath)