2014-10-29 16:26:29 +00:00
|
|
|
# Use busybox for i686-linux since it works on x86_64-linux as well.
|
2014-04-20 00:27:15 +01:00
|
|
|
(import ./i686.nix) //
|
2007-12-03 17:56:44 +00:00
|
|
|
|
2009-02-01 21:44:56 +00:00
|
|
|
{
|
2014-10-29 16:26:29 +00:00
|
|
|
bootstrapTools = import <nix/fetchurl.nix> {
|
2016-04-07 12:17:16 +01:00
|
|
|
url = http://tarballs.nixos.org/stdenv-linux/x86_64/4907fc9e8d0d82b28b3c56e3a478a2882f1d700f/bootstrap-tools.tar.xz;
|
|
|
|
sha256 = "abe3f0727dd771a60b7922892d308da1bc7b082afc13440880862f0c8823c09f";
|
2006-10-23 22:56:49 +01:00
|
|
|
};
|
2009-06-22 20:49:42 +01:00
|
|
|
}
|