diff options
| author | patrick-scho | 2025-11-29 13:46:33 +0100 |
|---|---|---|
| committer | patrick-scho | 2025-11-29 13:46:33 +0100 |
| commit | 732cd6df88ccc11486ca122141aededb6c4d8d61 (patch) | |
| tree | e5d875cfbe4f26512e5f484c89b552a084d6d072 | |
| parent | 0f31b09761b4ccd885ac0f528967f6a9dd78ec4a (diff) | |
| download | flakes-732cd6df88ccc11486ca122141aededb6c4d8d61.tar.gz flakes-732cd6df88ccc11486ca122141aededb6c4d8d61.zip | |
| -rw-r--r-- | flake.nix | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -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 |
