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> {
|
2020-04-01 03:11:51 +02:00
|
|
|
url = "http://tarballs.nixos.org/stdenv-linux/x86_64/c5aabb0d603e2c1ea05f5a93b3be82437f5ebf31/bootstrap-tools.tar.xz";
|
2020-02-03 19:04:04 +01:00
|
|
|
sha256 = "a5ce9c155ed09397614646c9717fc7cd94b1023d7b76b618d409e4fefd6e9d39";
|
2006-10-23 23:56:49 +02:00
|
|
|
};
|
2009-06-22 21:49:42 +02:00
|
|
|
}
|