Tweak path hint

(cherry picked from commit f107a270026596e525bdf8df0e2d331783ec4a10)
This commit is contained in:
Ersin Akinci 2019-10-21 14:16:55 -07:00 committed by Eelco Dolstra
parent e9c0c772b0
commit 93d6814847

View file

@ -747,7 +747,8 @@ builtins.genList (x: x * x) 5
files.</para> files.</para>
<note><para>Unlike some languages, <function>import</function> is a regular <note><para>Unlike some languages, <function>import</function> is a regular
function in Nix. Paths using the angle bracket syntax (e.g., <function>import</function> <replaceable>&lt;foo&gt;</replaceable>) are normal function in Nix. Paths using the angle bracket syntax (e.g., <function>
import</function> <replaceable>&lt;foo&gt;</replaceable>) are normal path
values (see <xref linkend='ssec-values' />).</para></note> values (see <xref linkend='ssec-values' />).</para></note>
<para>A Nix expression loaded by <function>import</function> must <para>A Nix expression loaded by <function>import</function> must