From dafc448e110ded4588b17006dae427595b6dd91f Mon Sep 17 00:00:00 2001 From: chark1es Date: Thu, 23 Jan 2025 14:25:42 -0800 Subject: [PATCH] Update nixpacks.toml --- nixpacks.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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