]> gitweb.ps.run Git - flakes/blobdiff - flake.nix
fix
[flakes] / 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"'';
         });
         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 ];
       gitweb = final: prev: {
         gitweb = prev.gitweb.overrideAttrs (oldAttrs: {
           patches = [ ./patches/gitweb.patch ];