Function nix_compat::store_path::utils::build_output_path

source ·
pub fn build_output_path<'a>(
    drv_sha256: &[u8; 32],
    output_name: &str,
    output_path_name: &'a str
) -> Result<StorePathRef<'a>, Error>
Expand description

This builds an input-addressed store path.

Input-addresed store paths are always derivation outputs, the “input” in question is the derivation and its closure.