Skip to content

Commit

Permalink
release.nix: add cross-compiled aarch64-darwin bootstrap tools
Browse files Browse the repository at this point in the history
  • Loading branch information
thefloweringash committed Apr 28, 2021
1 parent 6fe3a10 commit 5be0234
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pkgs/top-level/release.nix
Expand Up @@ -176,6 +176,15 @@ let
# Test a full stdenv bootstrap from the bootstrap tools definition
inherit (bootstrap.test-pkgs) stdenv;
};

# Cross compiled bootstrap tools
aarch64-darwin =
let
bootstrap = import ../stdenv/darwin/make-bootstrap-tools.nix { system = "x86_64-darwin"; crossSystem = "aarch64-darwin"; };
in {
# Distribution only for now
inherit (bootstrap) dist;
};
};

} // (mapTestOn ((packagePlatforms pkgs) // {
Expand Down

0 comments on commit 5be0234

Please sign in to comment.