Update nixpacks.toml

This commit is contained in:
chark1es 2025-01-23 14:25:42 -08:00
parent 0677cd6676
commit dafc448e11

View file

@ -1,7 +1,6 @@
[phases.setup]
nixPkgs = ["nodejs", "bun"]
pkgs = ["bun"]
cmds = ["bun --version"]
providers = ["bun"]
[phases.install]
cmds = ["bun install"]
@ -14,3 +13,5 @@ cmd = "bun run start"
[variables]
NODE_PACKAGE_MANAGER = "bun"
NIXPACKS_NO_INSTALL_NODE = "1"
NIXPACKS_PKGS = "bun"