about summary refs log tree commit diff
path: root/pkgs/stdenv/linux/bootstrap/x86_64.nix
blob: df803dae032bccbca598f17ba4e85eff52f1fb38 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Use busybox for i686-linux since it works on x86_64-linux as well.
(import ./i686.nix) //

{
  bootstrapTools = import <nix/fetchurl.nix> {
    url = http://tarballs.nixos.org/stdenv-linux/x86_64/8d66a51a872af1ab58edc68a2ebddcc79958b563/bootstrap-tools.tar.xz;
    sha256 = "325230b74d3d98f62ddcb595543887d09cd8421745a4eda229d2a87a1f1ed336";
  };
}