Hi, On 20/12/12 22:46, Richard Wallace wrote:
> Oh, that was the problem. I checked after doing `nix-channel --update` and > the > file `~/.nix-defexpr/channels/binary-caches/nixpkgs` contained > `http://nixos.org/binary-cache/`. But it looks like it was being ignored, for > whatever reason. This is because by default, Nix only looks in /nix/var/nix/profiles/per-user/root/channels/binary-caches/* for binary cache URLs. So it only checks the channels added by root. There is an option "binary-caches-files" to overide this. -- Eelco Dolstra | LogicBlox, Inc. | http://nixos.org/~eelco/ _______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
