nix_compat::derivation::parser

Function parse_derivation

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