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