Maybe what I’m looking for is the holy grail, but what do you guys suggest as a Distro with a good balance between stability and up-to-date packages?

  • @lloram239@feddit.de
    link
    fedilink
    31 year ago

    It gets close, but NixOS doesn’t have LTS releases yet, so you’ll still be updating at least every six months. Combining the Nix package manager with a Debian stable or Ubuntu LTS might be an option, that gives you a stable base and a few up to date packages on top. However integrating the Nix packages with Debian can get tricky when it comes to core packages such as window manager or DE.

    • Justin
      link
      fedilink
      2
      edit-2
      1 year ago

      tbf neither does Fedora.

      But yeah, I would recommend either Debian or NixOS, depending on how stable you want it.

    • Is this not solved by using the “unstable” nixpkgs channel or is that something different?

      I’m a NixOS newbie and still learning a lot about it haha

      • @lloram239@feddit.de
        link
        fedilink
        31 year ago

        The NixOS unstable channel allows you to get the new packages, but what OP wants is also a stable system and NixOS doesn’t really offer. NixOS has new releases every six months and only provides security updates for one month after a new release is out. So you’ll be updating pretty frequently and things do break in those updates pretty frequently.

        Ubuntu LTS in contrast promises security updates for up to 10 years and they have LTS releases every 2 years. So you can basically install it once and forget about it. The downside is that Ubuntu has no way to install new software on the old system by itself, which is why a mix of Ubuntu LTS and Nix might be worth a consideration in some situations, that gives you both a stable base and bleeding edge software.

      • 2xsaiko
        link
        fedilink
        English
        31 year ago

        The stable branches promise no breaking changes (in configuration options etc.). Unstable is a rolling release with everything that entails (personally I use it on desktops and stable on servers).