about summary refs log tree commit diff
path: root/overlays/patches/cgit/default.nix
blob: fa63bf5f14ede41693fe63507db6420f807f51b1 (plain) (blame)
1
2
3
4
5
{ cgit }:

cgit.overrideAttrs ({ patches ? [], ... }: {
  patches = patches ++ [ ./ui-commit-use-Git-raw-note-format.patch ];
})