]> gitweb.ps.run Git - flakes/blobdiff - flake.nix
remove gitweb overlay
[flakes] / flake.nix
index ac4fea02a2ada37b3ecc54f170a5df857dbc46eb..825ae50e0b56aa8588e8c3cf8e8daf9acdea1589 100644 (file)
--- a/flake.nix
+++ b/flake.nix
@@ -1,5 +1,5 @@
 {
-  description = "resetmsmice";
+  description = "my flakes";
 
   inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
   inputs.flake-utils.url = "github:numtide/flake-utils";
           postPatch = ''substituteInPlace ui-repolist.c --replace "master" "main"'';
         });
       };
-      gitweb = final: prev: {
-        gitweb = prev.gitweb.overrideAttrs (oldAttrs: {
-          patches = [ ./patches/gitweb.patch ];
-        });
-      };
     };
     inherit (flake-utils.lib.eachDefaultSystem (system:
       let