Merge pull request #228297 from amjoseph-nixpkgs/pr/release-cross/comment

pkgs/top-level/release-cross.nix: comment explaining how to build all bootstrapFiles
This commit is contained in:
Rick van Schijndel 2023-05-09 20:03:35 +02:00 committed by GitHub
commit 5d74e13d2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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