about summary refs log tree commit diff
path: root/overlays/patches/public-inbox/default.nix
blob: 7c354ec8b17b9be3d917165aeae51e05f1b62700 (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-wwwstream-make-source-info-configurable.patch
  ];
})