X-Git-Url: https://gitweb.ps.run/flakes/blobdiff_plain/a9a4a11f61eed71d02b785e7d54ccfb5189371b0..7091da1c89c559554b3896b7c87bf382c0087246:/flake.nix diff --git a/flake.nix b/flake.nix index ac4fea0..825ae50 100644 --- 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"; @@ -11,11 +11,6 @@ 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