nixpkgs/pkgs/stdenv/linux/bootstrap/armv5tel.nix

13 lines
422 B
Nix
Raw Normal View History

{
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";
};
}