1 2 3 4 5 6 7
final: prev: { git = prev.git.overrideAttrs (old: { patches = (old.patches or []) ++ [ ./0001-http-backend-write-newlines-to-stderr-when-respondin.patch ]; }); }