R
Railway•16mo ago
dwaynemac

Can nixpack config path be configured on railway.toml?

Hi! Can nixpack config path be configured on railway.toml? For example I would like to set migrations to run on the build of only one of my services.
4 Replies
Percy
Percy•16mo ago
Project ID: 1fa039a4-0d72-4645-8044-f65788e406f2
dwaynemac
dwaynemac•16mo ago
1fa039a4-0d72-4645-8044-f65788e406f2 hello? 🙂
jr
jr•16mo ago
Yes this is possible. You can set build.nixpacksConfigPath to the location of the nixpacks config file
dwaynemac
dwaynemac•16mo ago
Great! Thx