R
Railway9mo ago
0xJah

How to edit nixpacks?

It has node and bun in the setup step, which might be why this particular service is using more memory than others.
No description
6 Replies
Percy
Percy9mo ago
Project ID: f26997e0-f8ab-4824-9201-bbd74ee79c35
0xJah
0xJah9mo ago
f26997e0-f8ab-4824-9201-bbd74ee79c35 Forgot to even post the question lol How can I remove node from the setup step it’s unused Never mind, but new question; can I specify bun version type In my railway.json
Brody
Brody9mo ago
there are lots of dependencies that still need node, so nixpacks includes node by default, bun is still used for building and running your app. through it looks like you may have that misconfigured because you are both building and running your app in the start command
Adam
Adam9mo ago
@0xJah check out the nixpacks.toml configuration file. Here are the docs https://nixpacks.com/docs/configuration/file
Configuration File Reference | Nixpacks
App source + Nix packages + Docker = Image
0xJah
0xJah9mo ago
Could this cause increased memory usage
Brody
Brody9mo ago
no