make-bootstrap-tools-cross.nix: add musl -> musl64
This commit is contained in:
@@ -13,4 +13,5 @@ in with (import ../../../lib).systems.examples; {
|
|||||||
armv6l = make raspberryPi;
|
armv6l = make raspberryPi;
|
||||||
armv7l = make armv7l-hf-multiplatform;
|
armv7l = make armv7l-hf-multiplatform;
|
||||||
aarch64 = make aarch64-multiplatform;
|
aarch64 = make aarch64-multiplatform;
|
||||||
|
musl = make musl64;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user