self: super: {
  prettierd = super.prettierd.overrideAttrs (old: {
    patches = [ ./prettierd.patch ];
  });
}