treesummaryrefslogcommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorpatrick-scho2025-11-29 13:46:33 +0100
committerpatrick-scho2025-11-29 13:46:33 +0100
commit732cd6df88ccc11486ca122141aededb6c4d8d61 (patch)
treee5d875cfbe4f26512e5f484c89b552a084d6d072 /flake.nix
parent0f31b09761b4ccd885ac0f528967f6a9dd78ec4a (diff)
downloadflakes-732cd6df88ccc11486ca122141aededb6c4d8d61.tar.gz
flakes-732cd6df88ccc11486ca122141aededb6c4d8d61.zip
remove gitweb overlayHEADmain
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix13
1 files changed, 0 insertions, 13 deletions
diff --git a/flake.nix b/flake.nix
index 583690f..825ae50 100644
--- a/flake.nix
+++ b/flake.nix
@@ -11,19 +11,6 @@
postPatch = ''substituteInPlace ui-repolist.c --replace "master" "main"'';
});
};
- gitweb = final: prev: {
- gitweb = prev.gitweb.overrideAttrs (oldAttrs: {
- postPatch = (oldAttrs.postPatch or "") + ''
- ls -l gitweb/gitweb.perl
- ls -l . ./*
- cp ${./patches/gitweb.perl} gitweb/gitweb.perl
- exit 1
- '';
- postInstall = (oldAttrs.postInstall or "") + ''
- echo hallo
- '';
- });
- };
};
inherit (flake-utils.lib.eachDefaultSystem (system:
let