Why We're Moving on from Nix
blog.railway.com
Why We're Moving on from Nix
1–5 of 5 posts
Re: Why We're Moving on from Nix
#2Re: Why We're Moving on from Nix
#3Re: Why We're Moving on from Nix
#4Author 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 that generates BuildKit LLB directly and allows us to store virtual lock files for user dependencies so that builds are more stable.
Re: Why We're Moving on from Nix
#5Author 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 that generates BuildKit LLB directly and allows us to store virtual lock files for user dependencies so that builds are more stable.
Have you tried GNU Guix (the package manager, not the system) as a viable option to replace your Nix usage?