Function nix_compat::store_path::build_output_path

source ·
pub fn build_output_path<'a, SP>(
    drv_sha256: &[u8; 32],
    output_name: &str,
    output_path_name: &'a str,
) -> Result<StorePath<SP>, Error>
where SP: AsRef<str> + From<&'a str>,
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.