about summary refs log tree commit diff
path: root/third_party/cgit/default.nix (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-02-21 r/559 chore: Rename pkgs->depot in all Nix file headersVincent Ambo1-3/+3
2020-01-12 r/380 feat(third_party/cgit): Add derivation to build cgitVincent Ambo1-0/+37
This is pretty much exactly the derivation from nixpkgs, with some things removed to reduce the closure size (e.g. the various formatters used in the default cgit version, which are replaced by cheddar in my setup).