feat(nixpacks): add additional Nix package for setup phase

This commit is contained in:
2026-04-16 17:59:34 +05:30
parent c0270b5c41
commit 587af4fe27
+1 -1
View File
@@ -6,7 +6,7 @@
cmds = ["bun install"]
[phases.setup]
nixPkgs = ["bun"]
nixPkgs = ["...", "bun"]
[start]
cmd = "bun run ask262-http"