We have not, but I feel we would run into many of the some problems that we had with Nix around version management and interaction with the non-Nix world. Guix looks great if you go all in, but on Railway we don't want…
Author here. We've been using our Nix based build tool for nearly 3 years (and 14M+ builds) and have came to the realization that the way we used Nix was problematic. So we've starting building a new non-Nix based tool…
You are correct in that Nixpacks uses the languages own package manager instead of installing all dependencies with Nix using tools like node2nix, cargo2nix, or poetry2nix. This was a choice as the main problems…
We have not, but I feel we would run into many of the some problems that we had with Nix around version management and interaction with the non-Nix world. Guix looks great if you go all in, but on Railway we don't want…
Author here. We've been using our Nix based build tool for nearly 3 years (and 14M+ builds) and have came to the realization that the way we used Nix was problematic. So we've starting building a new non-Nix based tool…
You are correct in that Nixpacks uses the languages own package manager instead of installing all dependencies with Nix using tools like node2nix, cargo2nix, or poetry2nix. This was a choice as the main problems…