doc: explain when hydra builds the package
This commit is contained in:
+3
-1
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user