mirror of
https://github.com/NixOS/nix
synced 2025-06-29 06:21:14 +02:00
docs: merge builtin-constants into builtins
This commit is contained in:
parent
fd4b17ab2c
commit
95890b3e1d
16 changed files with 62 additions and 100 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
A lookup path is an identifier with an optional path suffix that resolves to a [path value](@docroot@/language/types.md#type-path) if the identifier matches a search path entry.
|
||||
|
||||
The value of a lookup path is determined by [`builtins.nixPath`](@docroot@/language/builtin-constants.md#builtins-nixPath).
|
||||
The value of a lookup path is determined by [`builtins.nixPath`](@docroot@/language/builtins.md#builtins-nixPath).
|
||||
|
||||
See [`builtins.findFile`](@docroot@/language/builtins.md#builtins-findFile) for details on lookup path resolution.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue