release-cross.nix: add entry for testing musl

wip/yesman
Will Dietz 7 years ago
parent 172af30d8a
commit 7debd78f06
  1. 2
      pkgs/top-level/release-cross.nix

@ -125,6 +125,8 @@ in
android = mapTestOnCross lib.systems.examples.aarch64-multiplatform (linuxCommon // {
});
musl = mapTestOnCross lib.systems.examples.musl64 linuxCommon;
/* Cross-built bootstrap tools for every supported platform */
bootstrapTools = let
tools = import ../stdenv/linux/make-bootstrap-tools-cross.nix { system = "x86_64-linux"; };

Loading…
Cancel
Save