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.

  • null@piefed.nullspace.lol
    link
    fedilink
    English
    arrow-up
    2
    ·
    4 days ago

    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

      • null@piefed.nullspace.lol
        link
        fedilink
        English
        arrow-up
        4
        ·
        4 days ago

        Oh, I see – I guess I’m not sure what you mean by stable here.

        switch puts you in the new generation immediately (which can occasionally cause some weirdness) while boot just makes it the default generation on the next reboot.

        • boredsquirrel@slrpnk.net
          link
          fedilink
          arrow-up
          1
          ·
          2 days ago

          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