Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at 20.03 5 lines 108 B view raw
1addNodePath () { 2 addToSearchPath NODE_PATH $1/lib/node_modules 3} 4 5addEnvHooks "$hostOffset" addNodePath