2018-01-11 21:47:34 +00:00
|
|
|
{
|
2018-02-13 14:04:51 +00:00
|
|
|
busybox = import <nix/fetchurl.nix> {
|
2020-04-01 02:11:51 +01:00
|
|
|
url = "https://wdtz.org/files/gywxhjgl70sxippa0pxs0vj5qcgz1wi8-stdenv-bootstrap-tools/on-server/busybox";
|
2018-03-05 23:34:45 +00:00
|
|
|
sha256 = "0779c2wn00467h76xpqil678gfi1y2p57c7zq2d917jsv2qj5009";
|
2018-02-13 14:04:51 +00:00
|
|
|
executable = true;
|
|
|
|
};
|
2018-01-11 21:47:34 +00:00
|
|
|
bootstrapTools = import <nix/fetchurl.nix> {
|
2020-04-01 02:11:51 +01:00
|
|
|
url = "https://wdtz.org/files/gywxhjgl70sxippa0pxs0vj5qcgz1wi8-stdenv-bootstrap-tools/on-server/bootstrap-tools.tar.xz";
|
2018-03-06 17:22:19 +00:00
|
|
|
sha256 = "1dwiqw4xvnm0b5fdgl89lz2qq45f6s9icwxn6n6ams71xw0dbqyi";
|
2018-01-11 21:47:34 +00:00
|
|
|
};
|
|
|
|
}
|