nixpkgs/pkgs/stdenv/linux/bootstrap/armv5tel.nix
Lluís Batlle i Rossell a761b33d8c Using fixed bootstraptools.
Built natively with latest fixes.
2015-02-05 23:00:08 +01:00

13 lines
422 B
Nix

{
busybox = import <nix/fetchurl.nix> {
url = "http://vicerveza.homeunix.net/~viric/tmp/nix/busybox";
sha256 = "1vfadk3d2v0bsvmbaz1pvpn4g1vm7p751hkdxya1lkn5n1a9px5m";
executable = true;
};
bootstrapTools = import <nix/fetchurl.nix> {
url = "http://vicerveza.homeunix.net/~viric/tmp/nix/bootstrap-tools.tar.xz";
sha256 = "39df65053bab50bc2975060c4da177266e263f30c2afba231a97d23f4c471eb8";
};
}