mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 14:06:16 +02:00
add search path
This commit is contained in:
parent
21438acc70
commit
587ae9ada5
1 changed files with 8 additions and 0 deletions
|
@ -104,6 +104,14 @@ the rest.
|
|||
A path relative to the file containing this Nix expression
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<nixpkgs>
|
||||
</td>
|
||||
<td>
|
||||
Search path. Value determined by [`$NIX_PATH` environment variable](../command-ref/env-common.md#env-NIX_PATH).
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
*Compound values*
|
||||
|
|
Loading…
Reference in a new issue