toPath
builtins.toPath
Primop
Docs pulled from | This Revision | 4 days 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.