Hacker News new | ask | show | jobs
by brandhout 312 days ago
Deterministic but when the next gcc (or %insert_big_dependency%) update happens all your more obscure packages are broken for a couple of weeks.
1 comments

Don't update immediately? Update immediately, but selectively? Nix offers many options here.
simply staying on stable channel makes this a non-problem :)

Besides, Nix is even better for such breakages. If GCC breaks you packages, the system does not build and never gets into broken state, all the while old system remains available and kicking.