2013-05-05 16:30:34 +01:00
|
|
|
# Use the static tools for armv5tel-linux.
|
2014-04-20 00:27:15 +01:00
|
|
|
(import ./armv5tel.nix) //
|
2012-12-24 15:10:40 +00:00
|
|
|
|
2013-05-05 16:30:34 +01:00
|
|
|
{
|
2012-12-24 15:10:40 +00:00
|
|
|
bootstrapTools = {
|
2012-12-28 20:19:32 +00:00
|
|
|
# Built from make-bootstrap-tools-crosspi.nix
|
2012-12-30 13:50:31 +00:00
|
|
|
# nixpkgs rev eb0422e4c1263a65a9b2b954fe10a1e03d67db3e
|
2012-12-26 22:42:57 +00:00
|
|
|
url = http://viric.name/tmp/nix/pi/bootstrap-tools.cpio.bz2;
|
2012-12-30 13:50:31 +00:00
|
|
|
sha256 = "1zb27x5h54k51yrvn3sy4wb1qprx8iv2kfbgklxwc0mcxp9b7ccd";
|
2012-12-24 15:10:40 +00:00
|
|
|
};
|
|
|
|
}
|