Skip to main content

format_references

Function format_references 

Source
fn format_references<'a, R>(
    ty: &'a str,
    references: R,
    has_self_ref: bool,
) -> impl Display + 'a
where R: IntoIterator<Item = StorePathRef<'a>> + 'a,
Expand description

This contains the Nix logic to create “reference strings”, used for the output path calculation of ca paths and text paths.