{ final, prev, ... }: { ppp = prev.ppp.overrideAttrs (oldAttrs: { patches = (oldAttrs.patches or []) ++ [ ./no-double-timeout.patch ]; }); }