Function nix_compat::derivation::parser::parse_derivation

source ·
pub fn parse_derivation(i: &[u8]) -> IResult<&[u8], Derivation, NomError<&[u8]>>