From 27421067bc95fde8d72d92a18dd730962c9c300d Mon Sep 17 00:00:00 2001 From: chark1es Date: Thu, 23 Jan 2025 15:07:21 -0800 Subject: [PATCH] Update nixpacks.toml --- nixpacks.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/nixpacks.toml b/nixpacks.toml index fb9db35..31cf3d4 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -1,8 +1,6 @@ [phases.setup] -commands = [ - "npm install -g bun" -] -nixPkgs = ["bun"] +nixPkgs = ["nodejs_18", "bun"] +aptPkgs = ["curl", "wget"] [phases.install] commands = [ @@ -14,5 +12,7 @@ commands = [ "bun run build" ] -[start] -cmd = "bun run start" +[phases.start] +commands = [ + "bun run start" +]