Skip to content

Instantly share code, notes, and snippets.

@jralvarezc
Created July 24, 2019 05:05
Show Gist options
  • Save jralvarezc/c3c5cf622a294c4365b358785a41de8d to your computer and use it in GitHub Desktop.
Save jralvarezc/c3c5cf622a294c4365b358785a41de8d to your computer and use it in GitHub Desktop.
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