all repos — nixfiles @ 7a87023d2a4af9600080411ea82fd46cb798e194

System and user configuration, managed by nix and home-manager

overlays/cgit-pink/default.nix (view raw)

1
2
3
4
5
self: super: {
  cgit-pink = super.cgit-pink.overrideAttrs (old: {
    patches = [ ./cgit-pink.patch ];
  });
}