doc: explain when hydra builds the package
This commit is contained in:
parent
cf5ec2f74b
commit
e51dfc6bf6
1 changed files with 3 additions and 1 deletions
|
@ -143,7 +143,9 @@ interpretation:</para>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><varname>platforms</varname></term>
|
<term><varname>platforms</varname></term>
|
||||||
<listitem><para>The list of Nix platform types on which the
|
<listitem><para>The list of Nix platform types on which the
|
||||||
package is supported. An example is:
|
package is supported. Hydra builds packages according to the
|
||||||
|
platform specified. If no platform is specified, the package does
|
||||||
|
not have prebuilt binaries. An example is:
|
||||||
|
|
||||||
<programlisting>
|
<programlisting>
|
||||||
meta.platforms = stdenv.lib.platforms.linux;
|
meta.platforms = stdenv.lib.platforms.linux;
|
||||||
|
|
Loading…
Reference in a new issue