Skip to content

Commit

Permalink
add node gyp builder package
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrastopoulos committed Jul 5, 2023
1 parent 2d32843 commit 31bab14
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion railway.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
"nixpacksPlan": {
"phases": {
"setup": {
"nixPkgs": ["...", "python39"]
"nixPkgs": [
"...",
"nodePackages.node-gyp-build","python39"
]
}
}
}
Expand Down

0 comments on commit 31bab14

Please sign in to comment.