The loongson2f bootstrap files were already at nixos.org.

I make the nix expression point to them.
This commit is contained in:
Lluís Batlle i Rossell 2012-10-25 23:22:41 +02:00
parent 2ac4ad0c9c
commit 9b973e02e1

View file

@ -7,7 +7,7 @@
curl = ./curl.bz2;
bootstrapTools = {
url = "http://viric.name/tmp/nix/loongson2f/cross-bootstrap-tools.cpio.bz2";
url = "http://nixos.org/tarballs/stdenv-linux/loongson2f/r22849/cross-bootstrap-tools.cpio.bz2";
sha256 = "00aavbk76qjj2gdlmpaaj66r8nzl4d7pyl8cv1gigyzgpbr5vv3j";
};
}