musl64 bootstrap: grab from gravity, requires netrc magic
This commit is contained in:
parent
3ee5094934
commit
fd00d37b4f
10
pkgs/stdenv/linux/bootstrap-files/musl64.nix
Normal file
10
pkgs/stdenv/linux/bootstrap-files/musl64.nix
Normal 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";
|
||||||
|
};
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user