12 lines
344 B
Nix
12 lines
344 B
Nix
# Use the static tools for armv5tel-linux.
|
|
(import ./armv5tel.nix) //
|
|
|
|
{
|
|
bootstrapTools = {
|
|
# Built from make-bootstrap-tools-crosspi.nix
|
|
# nixpkgs rev eb0422e4c1263a65a9b2b954fe10a1e03d67db3e
|
|
url = http://viric.name/tmp/nix/pi/bootstrap-tools.cpio.bz2;
|
|
sha256 = "1zb27x5h54k51yrvn3sy4wb1qprx8iv2kfbgklxwc0mcxp9b7ccd";
|
|
};
|
|
}
|