This builds a store path, for a CAHash::Text type store path.
If you don’t want to have to pass the entire contents,
you might want to use build_text_path_from_content_digest instead.
This builds a store path, for a CAHash::Text type store path.
content_digest needs to be the sha256 digest of the contents.
If you have the contents as a byte slice, you can also use build_text_path.
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.