Skip to content

build: drop nixpacks.toml so Railway keeps using Railpack - #3

Merged
mashhoodr merged 1 commit into
mainfrom
bd-2024-65449
Jul 16, 2026
Merged

build: drop nixpacks.toml so Railway keeps using Railpack#3
mashhoodr merged 1 commit into
mainfrom
bd-2024-65449

Conversation

@mashhoodr

Copy link
Copy Markdown
Contributor

Follow-up to PR #2. Adding railpack.json alongside the existing nixpacks.toml caused Railway to switch builder to NIXPACKS, and the resulting install command failed with 'cd: bot: No such file or directory'. Deleting nixpacks.toml lets Railpack stay in charge (matching how our sibling PK bot is configured) and picks up the apt-package list for Chromium.

Adding railpack.json alongside the existing nixpacks.toml with a
[phases.install] block caused Railway to switch builder from RAILPACK
to NIXPACKS, and the nixpacks-generated install command failed with
"cd: bot: No such file or directory". The previous production deploys
all used the RAILPACK builder successfully; the install command was
auto-detected from package.json.

Removes nixpacks.toml entirely so Railway consistently selects
RAILPACK, honours the Chromium apt-package list in railpack.json,
and lets its Node.js provider auto-detect the install steps.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant