]> gitweb.ps.run Git - flakes/commitdiff
fix
authorpatrick-scho <patrick.schoenberger@posteo.de>
Wed, 26 Nov 2025 09:30:08 +0000 (10:30 +0100)
committerpatrick-scho <patrick.schoenberger@posteo.de>
Wed, 26 Nov 2025 09:30:08 +0000 (10:30 +0100)
flake.nix

index 53cc18d642a49f1186bae566380b74798fc39bcd..ac4fea02a2ada37b3ecc54f170a5df857dbc46eb 100644 (file)
--- 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 ];