• λλλ@programming.dev
    link
    fedilink
    arrow-up
    1
    arrow-down
    1
    ·
    7 months ago

    I think I thought unstable would mean, well, unstable. Like nightly releases or something. Would you use unstable for Firefox?

    • Laser@feddit.de
      link
      fedilink
      arrow-up
      1
      ·
      7 months ago

      I think unstable and the fixed versions use the same Firefox package, so you wouldn’t gain anything. The difference is rather in libraries that get used and how the distribution does things. For example, the changes listed in https://nixos.org/manual/nixos/stable/release-notes#sec-release-23.11-incompatibilities just appeared mostly one by one for me; one day, I wanted to update my system and got the error that the fonts option got renamed, so I had to change my configuration.

      The fonts.fonts and fonts.enableDefaultFonts options have been renamed to fonts.packages and fonts.enableDefaultPackages respectively.

      While when using a fixed point release, these changes won’t happen. Only when you switch releases. That’s what “unstable” refers to.