diff options
| author | patrick-scho | 2025-11-27 20:36:39 +0100 |
|---|---|---|
| committer | patrick-scho | 2025-11-27 20:36:39 +0100 |
| commit | 7091da1c89c559554b3896b7c87bf382c0087246 (patch) | |
| tree | 37195bb4cd545b736348423185995d7121eef6d8 /flake.nix | |
| parent | a9a4a11f61eed71d02b785e7d54ccfb5189371b0 (diff) | |
| download | flakes-7091da1c89c559554b3896b7c87bf382c0087246.tar.gz flakes-7091da1c89c559554b3896b7c87bf382c0087246.zip | |
remove gitweb patch
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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 |
