name: nixPath type: list implementation: prepareNixPath(searchPath)
The search path used to resolve angle bracket path lookups.
Angle bracket expressions can be
desugared
using this and
builtins.findFile:
<nixpkgs>
is equivalent to:
builtins.findFile builtins.nixPath "nixpkgs"