treesummaryrefslogcommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorpatrick-scho2025-11-27 20:36:39 +0100
committerpatrick-scho2025-11-27 20:36:39 +0100
commit7091da1c89c559554b3896b7c87bf382c0087246 (patch)
tree37195bb4cd545b736348423185995d7121eef6d8 /flake.nix
parenta9a4a11f61eed71d02b785e7d54ccfb5189371b0 (diff)
downloadflakes-7091da1c89c559554b3896b7c87bf382c0087246.tar.gz
flakes-7091da1c89c559554b3896b7c87bf382c0087246.zip
remove gitweb patch
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix7
1 files changed, 1 insertions, 6 deletions
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