summary refs log blame commit diff
path: root/pkgs/development/web/nodejs/setup-hook.sh
blob: e1f4d9089f38b518a1e5f85865fa56e762508351 (plain) (tree)
1
2
3
4
5
                
                                                 

 
                       
addNodePath () {
    addToSearchPath NODE_PATH $1/lib/node_modules
}

envHooks+=(addNodePath)