• @netwren
    link
    111 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.

    • @[email protected]
      link
      fedilink
      English
      111 months ago

      In that case, couldn’t you just use something like btrfs snapshots + Timeshift to pull this off?

      • @netwren
        link
        111 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.

    • @iopq
      link
      111 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