summary refs log tree commit diff
path: root/pkgs/stdenv/linux/bootstrap/armv5tel.nix
blob: 082e60dde48d268bf989648fdf313e1c92ffeae4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
  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";
  };
}