Upgrading NixOS to Unstable Channel
Cyrus Yip
As an Arch Linux user, I am used to using the lastest packages. Thus, I upgrade my NixOS to unstable channel.
1
2
3
4
5
| # switch channel
sudo nix-channel --add https://nixos.org/channels/nixos-unstable nixos
sudo nixos-rebuild switch --upgrade
# show version
nixos-version
|
References:
Comments powered by giscus. If comments are not loaded, giscus may be blocked by your Internet service provider.
Comments powered by Disqus. If comments are not loaded, Disqus may be blocked by your Internet service provider.