3
0
Fork 0
forked from mirrors/nixpkgs

Setting the loongson2f bootstrap tools in a public place.

It'd be nice having this in nixos.org though.
This commit is contained in:
Lluís Batlle i Rossell 2012-10-25 23:16:32 +02:00
parent 4f31337f07
commit 2ac4ad0c9c

View file

@ -7,7 +7,7 @@
curl = ./curl.bz2;
bootstrapTools = {
url = "file:///root/cross-bootstrap-tools.cpio.bz2";
url = "http://viric.name/tmp/nix/loongson2f/cross-bootstrap-tools.cpio.bz2";
sha256 = "00aavbk76qjj2gdlmpaaj66r8nzl4d7pyl8cv1gigyzgpbr5vv3j";
};
}