query
On this page

toPath

builtins.toPath

Primop
Docs pulled from | This Revision | about 4 hours ago

Takes 1 arguments

s


DEPRECATED. Use /. + "/path" to convert a string into an absolute path. For relative paths, use ./. + "/path".

This function is not defined in a .nix file. It is likely a builtins function or an alias of a builtins function. builtins functions are predefined functions provided by Nix.

Noogle detected

Detected Type
toPath :: String -> Path

Implementation

This function is implemented in c++ and is part of the native nix runtime.