💾 Archived View for perso.pw › blog › articles › nixos-development.gmi captured on 2022-03-01 at 15:36:12. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2021-12-17)
-=-=-=-=-=-=-
NIL=> https://bsd.network/@solenepercent/106252791292025431 Comment on Mastodon
This short guide will explain you how to switch a NixOS installation to the unstable channel, understand the development version.
nix-channel --add https://channels.nixos.org/nixos-unstable nixos
You will have to reload the channel list using the command "nix-channel --update" and then you can upgrade your system using "nixos-rebuild switch".
If you have issues, you can rollback using "nix-channel --rollback" that will set the channels list to the last state before "--update".