• Shareni@programming.dev
    link
    fedilink
    arrow-up
    0
    ·
    16 days ago

    or has the most packages of any distro

    That’s very much open to discussion. You can’t just go by the number of packages because nixpkgs for example has multiple python versions as separate packages, each with a set of the same libraries just with a different prefix.

    • Laser@feddit.org
      link
      fedilink
      arrow-up
      0
      ·
      16 days ago

      While the full number might be inflated, it still has one of the most complete official repositories.

      • priapus@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        0
        ·
        edit-2
        15 days ago

        That is true, but most NixOS contributors and maintainers would agree that the average package quality is currently closer to that of the AUR than the official repos of other distros. However, there is the upside that because of how dependencies are handled, a broken package won’t mess with other things on your system in the same way a broken AUR package could.

        • Laser@feddit.org
          link
          fedilink
          arrow-up
          0
          ·
          15 days ago

          the average package quality is currently closer to that of the AUR than the official repos of other distros.

          Care to elaborate? I don’t remember packages not working, but if anything, they’re not building; which is basically the reverse of what happens at other distributions where sometimes, breakage during building isn’t noticed because the packages aren’t getting rebuilt when a dependency or the compiler toolchain changes.