Tweak path hint
This commit is contained in:
parent
b7a936224e
commit
f107a27002
1 changed files with 2 additions and 1 deletions
|
@ -747,7 +747,8 @@ builtins.genList (x: x * x) 5
|
|||
files.</para>
|
||||
|
||||
<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><foo></replaceable>) are normal
|
||||
function in Nix. Paths using the angle bracket syntax (e.g., <function>
|
||||
import</function> <replaceable><foo></replaceable>) are normal path
|
||||
values (see <xref linkend='ssec-values' />).</para></note>
|
||||
|
||||
<para>A Nix expression loaded by <function>import</function> must
|
||||
|
|
Loading…
Reference in a new issue