From 587af4fe2710ab51fbaa4fed34db8458f05df695 Mon Sep 17 00:00:00 2001 From: bendtherules Date: Thu, 16 Apr 2026 17:59:34 +0530 Subject: [PATCH] feat(nixpacks): add additional Nix package for setup phase --- nixpacks.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixpacks.toml b/nixpacks.toml index a7b82e2..39c8307 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -6,7 +6,7 @@ cmds = ["bun install"] [phases.setup] -nixPkgs = ["bun"] +nixPkgs = ["...", "bun"] [start] cmd = "bun run ask262-http"