2014-10-29 09:26:29 -07:00
|
|
|
# Use busybox for i686-linux since it works on x86_64-linux as well.
|
2014-04-19 16:27:15 -07:00
|
|
|
(import ./i686.nix) //
|
2007-12-03 09:56:44 -08:00
|
|
|
|
2009-02-01 13:44:56 -08:00
|
|
|
{
|
2014-10-29 09:26:29 -07:00
|
|
|
bootstrapTools = import <nix/fetchurl.nix> {
|
2019-08-12 06:22:06 -07:00
|
|
|
url = https://lblasc-nix-dev.s3-eu-west-1.amazonaws.com/bootstrap-tools-x86-64-gcc9/bootstrap-tools.tar.xz;
|
|
|
|
sha256 = "0dyvaqlaszd5i2vr36h4d3k47a5xc550n1y4mkiirm1gd4ynaz1g";
|
2006-10-23 14:56:49 -07:00
|
|
|
};
|
2009-06-22 12:49:42 -07:00
|
|
|
}
|