about summary refs log tree commit diff
path: root/overlays/patches/public-inbox/default.nix
blob: 37ee7ca4fab15129ada2ab8b0b5d99d47e04c2e7 (plain) (blame)
1
2
3
4
5
6
7
8
{ public-inbox, fetchpatch }:

public-inbox.overrideAttrs ({ patches ? [], ... }: {
  patches = patches ++ [
    ./0001-view-don-t-show-page-if-no-links-follow-it.patch
    ./0002-wwwtext-make-source-info-configurable.patch
  ];
})