stdenv: Add aarch64 bootstrap files

These are temporary and will be switched to Hydra-build ones once all
the aarch4 changs are merged.
This commit is contained in:
Tuomas Tynkkynen 2017-01-24 01:35:05 +02:00
parent bfff3d6e23
commit 5c0a385e1c

View file

@ -0,0 +1,11 @@
{
busybox = import <nix/fetchurl.nix> {
url = http://nixos-arm.dezgeg.me/bootstrap-aarch64-for-merge/busybox;
sha256 = "12qcml1l67skpjhfjwy7gr10nc86gqcwjmz9ggp7knss8gq8pv7f";
executable = true;
};
bootstrapTools = import <nix/fetchurl.nix> {
url = http://nixos-arm.dezgeg.me/bootstrap-aarch64-for-merge/bootstrap-tools.tar.xz;
sha256 = "10sqgh0dchp1906h06jznxh8gfflnzbpfy27hng2mmc1l0c7irjr";
};
}