diff --git a/nixpacks.toml b/nixpacks.toml index deb8f36..62d7061 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -1,7 +1,6 @@ [phases.setup] -nixPkgs = ["nodejs", "bun"] +pkgs = ["bun"] cmds = ["bun --version"] -providers = ["bun"] [phases.install] cmds = ["bun install"] @@ -13,4 +12,6 @@ cmds = ["bun run build"] cmd = "bun run start" [variables] -NODE_PACKAGE_MANAGER = "bun" \ No newline at end of file +NODE_PACKAGE_MANAGER = "bun" +NIXPACKS_NO_INSTALL_NODE = "1" +NIXPACKS_PKGS = "bun" \ No newline at end of file