diff options
author | Domen Kožar <domen@dev.si> | 2016-08-10T16·41+0200 |
---|---|---|
committer | Domen Kožar <domen@dev.si> | 2016-08-10T16·42+0200 |
commit | 9a1320af29f60ed23839aaabfbf81ead5e1c3758 (patch) | |
tree | ac5e4d6d2e5c1bcd3bd369fdbfa8793cba35dab5 /doc/manual/expressions | |
parent | 66adbdfd9743cccec5f7ca4992cf3a631bb22774 (diff) |
s/powerpc-darwin/x86_64-darwin/
Let's step in line with time and document more realistic values.
Diffstat (limited to 'doc/manual/expressions')
-rw-r--r-- | doc/manual/expressions/builtins.xml | 2 | ||||
-rw-r--r-- | doc/manual/expressions/derivations.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual/expressions/builtins.xml b/doc/manual/expressions/builtins.xml index eae5f5a029bf..5fd93c831ed6 100644 --- a/doc/manual/expressions/builtins.xml +++ b/doc/manual/expressions/builtins.xml @@ -142,7 +142,7 @@ if builtins ? getEnv then builtins.getEnv "PATH" else ""</programlisting> evaluates to the Nix platform identifier for the Nix installation on which the expression is being evaluated, such as <literal>"i686-linux"</literal> or - <literal>"powerpc-darwin"</literal>.</para></listitem> + <literal>"x86_64-darwin"</literal>.</para></listitem> </varlistentry> diff --git a/doc/manual/expressions/derivations.xml b/doc/manual/expressions/derivations.xml index f2a73dccfe18..5efe2213e370 100644 --- a/doc/manual/expressions/derivations.xml +++ b/doc/manual/expressions/derivations.xml @@ -16,7 +16,7 @@ of which specify the inputs of the build.</para> <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>"powerpc-darwin"</literal><footnote><para>To figure out + <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 |