- cross-posted to:
- [email protected]
- cross-posted to:
- [email protected]
Compared to other atomic distributions on the market, the ability to live-update without needing to reboot is an important usability requirement for us, such that the user experience remains friendly to downstream users.


NixOS has something similar but very unstable. So exciting to see new approaches!
What’s it called in NixOS? I usually just reboot after every update because I don’t trust that everything has properly re-linked and refeshed
nixos-rebuild switchI mostly use
nixos-rebuild bootwhich is waay more stableOh, I see – I guess I’m not sure what you mean by stable here.
switchputs you in the new generation immediately (which can occasionally cause some weirdness) whilebootjust makes it the default generation on the next reboot.Yes and switch often caused issues which is why I only use it for very small changes after I just did an update (where a nix-shell might also just work)
Btw very funny how Guix is basically a 1:1 nix clone but in Libre