Hi, On 20/12/13 19:00, Peter Simons wrote:
> does anyone know how to fix this error? > > | $ nix-channel --update > | downloading Nix expressions from > `http://nixos.org/channels/nixos-unstable/nixexprs.tar.xz'... I'm guessing you have an old channel URL in ~/.nix-channels, like http://nixos.org/releases/nixos/channels/nixos-unstable Please change it to http://nixos.org/channels/nixos-unstable The old URL no longer works because nix-channel gets confused following multiple redirections. The new redirection is necessary because the releases are now on a separate (CloudFront) domain. -- Eelco Dolstra | LogicBlox, Inc. | http://nixos.org/~eelco/ _______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
