Created
July 24, 2019 05:05
-
-
Save jralvarezc/c3c5cf622a294c4365b358785a41de8d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Change OS to unstable channel | |
$ sudo nix-channel --add https://nixos.org/channels/nixos-unstable nixos | |
Update channel definitions | |
$ sudo nix-channel --update nixos | |
Update and test the system | |
$ sudo nixos-rebuild test | |
Update and switch and retry the downloads | |
$ sudo nixos-rebuild switch --upgrade --keep-going | |
If you experiment download errors, maybe this helps: | |
# echo 1 > /proc/sys/net/ipv6/conf/all/disable_ipv6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment