tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
nixpkgs
/
pkgs
/
development
/
interpreters
/
lfe
/
setup-hook.sh
at
16.09
5 lines
91 B
view raw
1
addLfeLibPath
(
)
{
2
addToSearchPath ERL_LIBS
$1
/lib/lfe/lib
3
}
4
5
envHooks
+=
(
addLfeLibPath
)