nixpkgs/pkgs/stdenv/linux/bootstrap/armv6l/default.nix

12 lines
341 B
Nix
Raw Normal View History

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