From db8f661bb2c1dc28667529a11c0dff13151a6449 Mon Sep 17 00:00:00 2001 From: Pixelated Date: Sat, 28 Mar 2026 22:47:53 -0600 Subject: [PATCH] Add setup phase configuration to nixpacks.toml --- nixpacks.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 nixpacks.toml diff --git a/nixpacks.toml b/nixpacks.toml new file mode 100644 index 0000000..5156cef --- /dev/null +++ b/nixpacks.toml @@ -0,0 +1,4 @@ +[phases.setup] +nixPkgs = ["bun", "nodejs_22", "git"] +cmds = ["git submodule update --init --recursive --remote"] +includeNode = false