treesummaryrefslogcommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 53cc18d..ac4fea0 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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 ];