Is there a distro with:

  • Immutable root
  • Active work (examples) toward reproducible packages
  • A smaller learning curve than NixOS?
  • nightingalem
    link
    fedilink
    71 year ago

    Take a look at the GNU Guix System. It’s similar to NixOS, but maybe their configuration language will be easier.

    • Litanys
      link
      fedilink
      31 year ago

      This. The nix language makes anything bigger harder. A big nix config is just hard to wrangle.

      • @[email protected]
        link
        fedilink
        11 year ago

        NixOS is style over substance, there is absolutely 0 reason to come with a whole new language for this and Guix is proof of that.

        NixOS’ entire project is like this, they make things harder for no other reason than “it looks cooler this way”.

        • @[email protected]
          link
          fedilink
          11 year ago

          Tried NixOS. As a nonprogrammer, trying to have what I wanted was frustrating. There’s no clear documentation on anything, because everything is experimental. Went back to Arch but will try Guix

          • Litanys
            link
            fedilink
            21 year ago

            Don’t get me wrong Guix is hard too, you’ll have to package things yourself, or use flatpak, or use distrobox or maybe nix itself just to get all the things you need. BUT if you can grasp the language and packaging guidelines, it’s much more clearly laid out. The CLI tools are clearer, the methods are too. It’s not this confusing split mess that seems to be with NixOS. And there is still not a clear plasma desktop. But I’m trying to fix that perhaps. 😁