you are viewing a single comment's thread
view the rest of the comments
[–] 5 points 9 months ago (3 children)

I'm relatively new to nixOS. Do you wait for some weeks before switching to the new release, or do you switch immediately?

  • source
  • hideshow 6 child comments
  • [–] [S] 5 points 9 months ago

    Waiting some weeks for uncaught bugs to be ironed out might be advisable if you still have limited debugging capabilities.

    Otherwise, you can always nixos-rebuild build-vm using the new release channel and see whether it breaks anything you depend on.
    My experience is that it probably won't. My past few years of updating my server from one stable release to the next were, in one word, boring. Some renames, deprecations etc. with clear errors/warnings to fix at eval time but nothing that actually broke once it was built and deployed.

  • source
  • parent