Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at 16.09 5 lines 91 B view raw
1addLfeLibPath() { 2 addToSearchPath ERL_LIBS $1/lib/lfe/lib 3} 4 5envHooks+=(addLfeLibPath)