Nix is a tool that takes a unique approach to package management and system configuration. Learn how to make reproducible, declarative and reliable systems.
Is there a good reason to use point releases on NixOS? I always used unstable and the support is less than a year for releases anyways. It’s a nice sprint to get all components in a polished state, but then again unstable hasn’t really disappointed in that regard either.
As always, stable releases are about how frequently breaking changes are introduced. If breaking changes potentially happening every day is fine for you, you can use unstable. For many use-cases however, you want some agency over when exactly breaking changes are introduced as point releases a la NixOS provide you with a 1 month window to migrate for each release.
Is there a good reason to use point releases on NixOS? I always used unstable and the support is less than a year for releases anyways. It’s a nice sprint to get all components in a polished state, but then again unstable hasn’t really disappointed in that regard either.
As always, stable releases are about how frequently breaking changes are introduced. If breaking changes potentially happening every day is fine for you, you can use unstable. For many use-cases however, you want some agency over when exactly breaking changes are introduced as point releases a la NixOS provide you with a 1 month window to migrate for each release.