Browse Source

fix: force Nixpacks to use Python provider for Railway deploy

package.json in repo root caused Nixpacks to detect Node.js instead
of Python, breaking the uvicorn start command. nixpacks.toml pins
the provider to python so the agent deploys correctly.

Made-with: Cursor
pull/6453/head
Priyanka Punukollu 1 month ago
parent
commit
e69494929a
  1. 1
      nixpacks.toml

1
nixpacks.toml

@ -0,0 +1 @@
providers = ["python"]
Loading…
Cancel
Save