release-cross.nix: explain how to run jobs individually

This commit is contained in:
Adam Joseph 2022-07-11 13:13:30 -07:00
parent a3e6cd578f
commit 2da28c610f

View file

@ -1,4 +1,11 @@
/* This file defines some basic smoke tests for cross compilation.
Individual jobs can be tested by running:
$ nix-build pkgs/top-level/release-cross.nix -A <jobname>.<package>
e.g.
$ nix-build pkgs/top-level/release-cross.nix -A crossMingw32.nixUnstable
*/
{ # The platforms *from* which we cross compile.