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> {
|
2014-11-03 18:50:28 +01:00
|
|
|
url = http://tarballs.nixos.org/stdenv-linux/x86_64/73b75f6157db79fc899154a497823e82e409e76d/bootstrap-tools.tar.xz;
|
|
|
|
sha256 = "e29d47a5dc9f1ff10c3fbaacbd03a3cca0c784299df09fcdd9e25797ec6414ad";
|
2006-10-23 23:56:49 +02:00
|
|
|
};
|
2009-06-22 21:49:42 +02:00
|
|
|
}
|