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

10 lines
351 B
Nix
Raw Normal View History

# Use busybox for i686-linux since it works on x86_64-linux as well.
2014-04-20 01:27:15 +02:00
(import ./i686.nix) //
{
bootstrapTools = import <nix/fetchurl.nix> {
url = http://tarballs.nixos.org/stdenv-linux/x86_64/73b75f6157db79fc899154a497823e82e409e76d/bootstrap-tools.tar.xz;
sha256 = "e29d47a5dc9f1ff10c3fbaacbd03a3cca0c784299df09fcdd9e25797ec6414ad";
};
}