aboutsummaryrefslogtreecommitdiff
path: root/pkgs/stdenv/linux/bootstrap-files
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2018-01-11 15:47:34 -0600
committerWill Dietz <w@wdtz.org>2018-02-13 09:44:39 -0600
commitfd00d37b4fa1d53f661062e219fcadace6dd962a (patch)
tree4ed45eddfce45752a27004be95854be8939c9c00 /pkgs/stdenv/linux/bootstrap-files
parent3ee5094934a99ad40712c2b38b7bd346a920ed14 (diff)
musl64 bootstrap: grab from gravity, requires netrc magic
Diffstat (limited to 'pkgs/stdenv/linux/bootstrap-files')
-rw-r--r--pkgs/stdenv/linux/bootstrap-files/musl64.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/pkgs/stdenv/linux/bootstrap-files/musl64.nix b/pkgs/stdenv/linux/bootstrap-files/musl64.nix
new file mode 100644
index 000000000000..65deff26c420
--- /dev/null
+++ b/pkgs/stdenv/linux/bootstrap-files/musl64.nix
@@ -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";
+ };
+}