1[phases.setup] 2nixPkgs = ["bun"] 3 4[phases.install] 5cmds = ["bun install"] 6 7[start] 8cmd = "bun run server.ts"