summary refs log tree commit diff stats
path: root/overlays/cgit-pink/default.nix
blob: ba62b7181b60e8349b871285bad141ec1c617736 (plain)
1
2
3
4
5
self: super: {
  cgit-pink = super.cgit-pink.overrideAttrs (old: {
    patches = [ ./cgit-pink.patch ];
  });
}