2015-01-30 23:15:47 +01:00
|
|
|
{
|
2015-01-30 14:49:32 +01:00
|
|
|
busybox = import <nix/fetchurl.nix> {
|
2015-02-02 11:27:06 +01:00
|
|
|
url = "http://vicerveza.homeunix.net/~viric/tmp/nix/busybox";
|
|
|
|
sha256 = "1vfadk3d2v0bsvmbaz1pvpn4g1vm7p751hkdxya1lkn5n1a9px5m";
|
2015-01-30 14:49:32 +01:00
|
|
|
executable = true;
|
2013-05-05 17:30:34 +02:00
|
|
|
};
|
2009-11-08 01:32:12 +01:00
|
|
|
|
2015-01-30 23:15:47 +01:00
|
|
|
bootstrapTools = import <nix/fetchurl.nix> {
|
2015-02-02 11:27:06 +01:00
|
|
|
url = "http://vicerveza.homeunix.net/~viric/tmp/nix/bootstrap-tools.tar.xz";
|
|
|
|
sha256 = "39df65053bab50bc2975060c4da177266e263f30c2afba231a97d23f4c471eb8";
|
2009-11-08 01:32:12 +01:00
|
|
|
};
|
|
|
|
}
|