Function nix_compat::store_path::utils::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>
where S: AsRef<str>, SP: Eq + Deref<Target = str> + From<&'a str>, I: IntoIterator<Item = S>,
Expand description

This builds a store path from a CAHash and a list of references.