Function nix_compat::store_path::build_ca_path
source ยท pub fn build_ca_path<'a, S, SP, I>(
name: &'a str,
ca_hash: &CAHash,
references: I,
self_reference: bool,
) -> Result<StorePath<SP>, BuildStorePathError>
Expand description
This builds a store path from a CAHash and a list of references.