pkgs/top-level/release-cross.nix: comment explaining how to build all bootstrapFiles
This commit is contained in:
parent
2ed70d5a76
commit
69fbab6f19
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user