lol

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

pkgs/top-level/release-cross.nix: comment explaining how to build all bootstrapFiles

authored by

Rick van Schijndel and committed by
GitHub
5d74e13d c11230f6

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