• netwren@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      8 months ago

      Well yeah obviously like NixOS. My reason for not using it is that they use a non standard Linux filesystem and it renders a # of packages I want to install incompatible.

      • iopq@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        8 months ago

        Which packages?

        1. Check nixpkgs unstable, they might have been added in the last few months before stable release
        2. Try steam-run, it will run binaries like you’re in a normal distro

        I ended up packaging the thing myself, actually. The best part is my pull request was approved and I was able to contribute my work

        • netwren@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          8 months ago

          Yeah you could put some together I think, possibly with OverlayFS as well.

          I feel like the value those distros add is not just the rolling mechanism but the package manager being tied into it.

          So you just use the package manager like any other and it works.