musl64 bootstrap: grab from gravity, requires netrc magic

This commit is contained in:
Will Dietz 2018-01-11 15:47:34 -06:00
parent 3ee5094934
commit fd00d37b4f

View File

@ -0,0 +1,10 @@
# Use busybox for i686-linux since it works on x86_64-linux as well.
(import ./i686.nix) //
{
bootstrapTools = import <nix/fetchurl.nix> {
# XXX: Find a permanent location for this
url = https://wdtz.org/files/5zfs7s729n4lrlxmhlnc6qmfrlhahy9s-stdenv-bootstrap-tools-x86_64-unknown-linux-musl/on-server/bootstrap-tools.tar.xz;
sha256 = "0lwi08c2v7ip2z9li597ixywix976561hr358z2fbd6sqi943axl";
};
}