new musl bootstrap URL's, much smaller. rebuild all the things.

+8 -9
+3 -3
pkgs/stdenv/linux/bootstrap-files/aarch64-musl.nix
··· 1 { 2 busybox = import <nix/fetchurl.nix> { 3 - url = https://wdtz.org/files/88snbnw04cldx4c3k9qrd0y2vifld2b2-stdenv-bootstrap-tools-aarch64-unknown-linux-musl/on-server/busybox; 4 sha256 = "01s6bwq84wyrjh3rdsgxni9gkzp7ss8rghg0cmp8zd87l79y8y4g"; 5 executable = true; 6 }; 7 bootstrapTools = import <nix/fetchurl.nix> { 8 - url = https://wdtz.org/files/88snbnw04cldx4c3k9qrd0y2vifld2b2-stdenv-bootstrap-tools-aarch64-unknown-linux-musl/on-server/bootstrap-tools.tar.xz; 9 - sha256 = "0n97q17h9i9hyc8c5qklfn6vii1vr87kj4k9acdc52jayv6c3kas"; 10 }; 11 }
··· 1 { 2 busybox = import <nix/fetchurl.nix> { 3 + url = https://wdtz.org/files/wjzsj9cmdkc70f78yh072483x8656nci-stdenv-bootstrap-tools-aarch64-unknown-linux-musl/on-server/busybox; 4 sha256 = "01s6bwq84wyrjh3rdsgxni9gkzp7ss8rghg0cmp8zd87l79y8y4g"; 5 executable = true; 6 }; 7 bootstrapTools = import <nix/fetchurl.nix> { 8 + url = https://wdtz.org/files/wjzsj9cmdkc70f78yh072483x8656nci-stdenv-bootstrap-tools-aarch64-unknown-linux-musl/on-server/bootstrap-tools.tar.xz; 9 + sha256 = "0pbqrw9z4ifkijpfpx15l2dzi00rq8c5zg9ghimz5qgr5dx7f7cl"; 10 }; 11 }
+3 -3
pkgs/stdenv/linux/bootstrap-files/armv6l-musl.nix
··· 1 { 2 busybox = import <nix/fetchurl.nix> { 3 - url = https://wdtz.org/files/m4n9p43b7q8k1wqbpw264947rm70mj1z-stdenv-bootstrap-tools-armv6l-unknown-linux-musleabihf/on-server/busybox; 4 sha256 = "01d0hp1xgrriiy9w0sd9vbqzwxnpwiyah80pi4vrpcmbwji36j1i"; 5 executable = true; 6 }; 7 bootstrapTools = import <nix/fetchurl.nix> { 8 - url = https://wdtz.org/files/m4n9p43b7q8k1wqbpw264947rm70mj1z-stdenv-bootstrap-tools-armv6l-unknown-linux-musleabihf/on-server/bootstrap-tools.tar.xz; 9 - sha256 = "1n9wm08fg99wa1q3ngim6n6bg7kxlkzx2v7fqw013rb3d5drjwrq"; 10 }; 11 }
··· 1 { 2 busybox = import <nix/fetchurl.nix> { 3 + url = https://wdtz.org/files/xmz441m69qrlfdw47l2k10zf87fsya6r-stdenv-bootstrap-tools-armv6l-unknown-linux-musleabihf/on-server/busybox; 4 sha256 = "01d0hp1xgrriiy9w0sd9vbqzwxnpwiyah80pi4vrpcmbwji36j1i"; 5 executable = true; 6 }; 7 bootstrapTools = import <nix/fetchurl.nix> { 8 + url = https://wdtz.org/files/xmz441m69qrlfdw47l2k10zf87fsya6r-stdenv-bootstrap-tools-armv6l-unknown-linux-musleabihf/on-server/bootstrap-tools.tar.xz; 9 + sha256 = "1r9mz9w8y5jd7gfwfsrvs20qarzxy7bvrp5dlm41hnx6z617if1h"; 10 }; 11 }
+2 -3
pkgs/stdenv/linux/bootstrap-files/x86_64-musl.nix
··· 3 4 { 5 bootstrapTools = import <nix/fetchurl.nix> { 6 - # XXX: Find a permanent location for this 7 - url = https://wdtz.org/files/5zfs7s729n4lrlxmhlnc6qmfrlhahy9s-stdenv-bootstrap-tools-x86_64-unknown-linux-musl/on-server/bootstrap-tools.tar.xz; 8 - sha256 = "0lwi08c2v7ip2z9li597ixywix976561hr358z2fbd6sqi943axl"; 9 }; 10 }
··· 3 4 { 5 bootstrapTools = import <nix/fetchurl.nix> { 6 + url = https://wdtz.org/files/030q34q7fk6jdfxkgcqp5rzr4yhw3pgx-stdenv-bootstrap-tools-x86_64-unknown-linux-musl/on-server/bootstrap-tools.tar.xz; 7 + sha256 = "0ly0wj8wzbikn2j8sn727vikk90bq36drh98qvfx1kkh5k5azm2j"; 8 }; 9 }