@[email protected] to [email protected] • 2 years agoAn unbiased comparison of linux distributions' setupsh.itjust.worksimagemessage-square282fedilinkarrow-up1996
arrow-up1996imageAn unbiased comparison of linux distributions' setupsh.itjust.works@[email protected] to [email protected] • 2 years agomessage-square282fedilink
minus-square@[email protected]linkfedilinkEnglish6•2 years agoYou mean like nixos-unstable, the rolling release channel of NixOS?
minus-square@[email protected]linkfedilink1•2 years agoWell 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.
minus-square@[email protected]linkfedilinkEnglish1•2 years agoIn that case, couldn’t you just use something like btrfs snapshots + Timeshift to pull this off?
minus-square@[email protected]linkfedilink1•2 years agoYeah 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.
minus-square@[email protected]linkfedilink1•2 years agoWhich packages? Check nixpkgs unstable, they might have been added in the last few months before stable release 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
You mean like nixos-unstable, the rolling release channel of NixOS?
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.
In that case, couldn’t you just use something like btrfs snapshots + Timeshift to pull this off?
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.
Which packages?
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