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> {
|
2014-12-18 14:04:40 +00:00
|
|
|
url = http://tarballs.nixos.org/stdenv-linux/x86_64/8d66a51a872af1ab58edc68a2ebddcc79958b563/bootstrap-tools.tar.xz;
|
|
|
|
sha256 = "325230b74d3d98f62ddcb595543887d09cd8421745a4eda229d2a87a1f1ed336";
|
2006-10-23 22:56:49 +01:00
|
|
|
};
|
2009-06-22 20:49:42 +01:00
|
|
|
}
|