This website requires JavaScript.
Explore
Help
Sign In
public
/
nixpkgs
Watch
1
Star
0
Fork
You've already forked nixpkgs
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d0c2c99571
nixpkgs
/
pkgs
/
development
/
interpreters
/
lfe
/
setup-hook.sh
6 lines
91 B
Bash
Raw
Blame
History
addLfeLibPath
(
)
{
addToSearchPath ERL_LIBS
$1
/lib/lfe/lib
}
envHooks
+=
(
addLfeLibPath
)
Reference in New Issue
View Git Blame
Copy Permalink