diff options
| author | patrick-scho | 2025-11-26 10:30:08 +0100 |
|---|---|---|
| committer | patrick-scho | 2025-11-26 10:30:08 +0100 |
| commit | 9e25130078296077bf9864978b91bda7dfcea7bc (patch) | |
| tree | ab0db01384457fe4cb3e233b8eaef380f73237a2 | |
| parent | a047da530c53b11a36b103c5d898822e167b93d2 (diff) | |
| download | flakes-9e25130078296077bf9864978b91bda7dfcea7bc.tar.gz flakes-9e25130078296077bf9864978b91bda7dfcea7bc.zip | |
fix
| -rw-r--r-- | flake.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ cgit = prev.cgit.overrideAttrs (oldAttrs: { postPatch = ''substituteInPlace ui-repolist.c --replace "master" "main"''; }); + }; gitweb = final: prev: { gitweb = prev.gitweb.overrideAttrs (oldAttrs: { patches = [ ./patches/gitweb.patch ]; |
