Guillem
Explore posts from serversUse Nix with Node@v20 & [email protected] in nixpacks.toml and railway.toml
Hi! 👋 I'm trying to configure a Node.js project with Nix on Railway. I have both
railway.toml
and nixpacks.toml
files set up, but I'm not sure if I'm correctly defining the Nix config path. Here's my current setup:
railway.toml:
nixpacks.toml:
Is this the correct way to specify the Nix configuration path in railway.toml
? And is my nixpacks.toml
set up correctly for a Node.js/Yarn project? Any guidance would be appreciated! 🙏
---
P.S. I already read https://docs.railway.app/guides/config-as-code86 replies