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