diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-07-24 11:43:44 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-07-24 11:43:44 +0200 |
commit | 8d0b311a1ccd0aef49c6f272aad4ecb5105b285a (patch) | |
tree | 98869179b5348d99f846b7ae74a2cf8d6362c18f /doc/manual/expressions/derivations.xml | |
parent | a71d1cedffe17ea4dd6a48c12cf5b9323ca6114c (diff) |
Get rid of footnotes
Markdown doesn't support them.
Diffstat (limited to 'doc/manual/expressions/derivations.xml')
-rw-r--r-- | doc/manual/expressions/derivations.xml | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/doc/manual/expressions/derivations.xml b/doc/manual/expressions/derivations.xml index a11de0088..0625bcdfe 100644 --- a/doc/manual/expressions/derivations.xml +++ b/doc/manual/expressions/derivations.xml @@ -13,16 +13,15 @@ of which specify the inputs of the build.</para> <itemizedlist> - <listitem xml:id="attr-system"><para>There must be an attribute named - <varname>system</varname> whose value must be a string specifying a - Nix platform identifier, such as <literal>"i686-linux"</literal> or - <literal>"x86_64-darwin"</literal><footnote><para>To figure out - your platform identifier, look at the line <quote>Checking for the - canonical Nix system name</quote> in the output of Nix's - <filename>configure</filename> script.</para></footnote> The build - can only be performed on a machine and operating system matching the - platform identifier. (Nix can automatically forward builds for - other platforms by forwarding them to other machines; see <xref + <listitem xml:id="attr-system"><para>There must be an attribute + named <varname>system</varname> whose value must be a string + specifying a Nix system type, such as + <literal>"i686-linux"</literal> or + <literal>"x86_64-darwin"</literal>. (To figure out your system type, + run <literal>nix -vv --version</literal>.) The build can only be + performed on a machine and operating system matching the system + type. (Nix can automatically forward builds for other platforms by + forwarding them to other machines; see <xref linkend='chap-distributed-builds' />.)</para></listitem> <listitem><para>There must be an attribute named |