Skip to content

Commit ac37d12

Browse files
authored
Merge pull request #86 from NodeByteHosting/development
Add setup phase configuration to nixpacks.toml
2 parents 208ab53 + db8f661 commit ac37d12

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

nixpacks.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[phases.setup]
2+
nixPkgs = ["bun", "nodejs_22", "git"]
3+
cmds = ["git submodule update --init --recursive --remote"]
4+
includeNode = false

0 commit comments

Comments
 (0)