mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
musl64 bootstrap: grab from gravity, requires netrc magic
This commit is contained in:
parent
3ee5094934
commit
fd00d37b4f
1 changed files with 10 additions and 0 deletions
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…
Reference in a new issue