2014-10-29 17:26:29 +01:00
|
|
|
# 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) //
|
2007-12-03 18:56:44 +01:00
|
|
|
|
2009-02-01 22:44:56 +01:00
|
|
|
{
|
2014-10-29 17:26:29 +01:00
|
|
|
bootstrapTools = import <nix/fetchurl.nix> {
|
|
|
|
url = http://tarballs.nixos.org/stdenv-linux/x86_64/ac8e5cd145fa5f22bab1b01d8b4db4d26d22e65c/bootstrap-tools.tar.xz;
|
|
|
|
sha256 = "01485vvwxb7fsx8c8il5hip0bhh4xy2gg76sj4zc98gl4v1jbfq9";
|
2006-10-23 23:56:49 +02:00
|
|
|
};
|
2009-06-22 21:49:42 +02:00
|
|
|
}
|