mirror of
https://github.com/matter-labs/nixsgx.git
synced 2025-07-22 07:44:47 +02:00
5 lines
110 B
Bash
5 lines
110 B
Bash
addNodePath () {
|
|
addToSearchPath NODE_PATH "$1/lib/node_modules"
|
|
}
|
|
|
|
addEnvHooks "$hostOffset" addNodePath
|