Function nix_compat::store_path::utils::hash_placeholder
source ยท pub fn hash_placeholder(name: &str) -> String
Expand description
Nix placeholders (i.e. values returned by builtins.placeholder
)
are used to populate outputs with paths that must be
string-replaced with the actual placeholders later, at runtime.
The actual placeholder is basically just a SHA256 hash encoded in cppnix format.