mirror of
https://github.com/matter-labs/nixsgx.git
synced 2025-07-23 00:04:47 +02:00
feat: initial commit
Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
6fe41c9723
commit
1054e3dbe4
51 changed files with 3521 additions and 1 deletions
5
packages/nodejs/setup-hook.sh
Normal file
5
packages/nodejs/setup-hook.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
addNodePath () {
|
||||
addToSearchPath NODE_PATH "$1/lib/node_modules"
|
||||
}
|
||||
|
||||
addEnvHooks "$hostOffset" addNodePath
|
Loading…
Add table
Add a link
Reference in a new issue