nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at 19.03 5 lines 108 B view raw
1addNodePath () { 2 addToSearchPath NODE_PATH $1/lib/node_modules 3} 4 5addEnvHooks "$hostOffset" addNodePath