query
On this page

placeholder

builtins.placeholder

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

Takes 1 arguments

output


Return a placeholder string for the specified output that will be substituted by the corresponding output path at build time. Typical outputs would be "out", "bin" or "dev".

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
placeholder :: String -> String

Implementation

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