···66 e.g.
7788 $ nix-build pkgs/top-level/release-cross.nix -A crossMingw32.nixUnstable --arg supportedSystems '[builtins.currentSystem]'
99+1010+ To build all of the bootstrapFiles bundles on every enabled platform, use:
1111+1212+ $ nix-build --expr 'with import ./pkgs/top-level/release-cross.nix {supportedSystems = [builtins.currentSystem];}; builtins.mapAttrs (k: v: v.build) bootstrapTools'
913*/
10141115{ # The platforms *from* which we cross compile.