summaryrefslogtreecommitdiff
path: root/Omni/Bild/Deps.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2025-02-04 19:40:39 -0500
committerBen Sima <ben@bsima.me>2025-02-04 21:18:03 -0500
commit42d9c462002740a6a5cf8edb8fcfd00bcc36bb4b (patch)
tree40e2a5fcd414f75762b29020888efe7e38052d24 /Omni/Bild/Deps.nix
parent9f5b334eb6d0f64460f14d76255b096777a46332 (diff)
Add dark mode to cgitHEADlive
I got this from the upstream branch jd/zx2c4-deployment, which does have the below commit implementing dark mode. I first cherry-picked the commit to master but it wouldn't build. Then I realized that the last cut release was v1.2.3 from 5 years ago, and that's what nixpkgs has pinned, so I cherry-picked it onto v1.2.3 and it went cleanly and built okay. So that's what I landed on. Maybe it would be better to use a patch instead of pushing my own fork like this, but whatever this works just fine. I can always switch to the patch method later. https://git.zx2c4.com/cgit/commit/?h=jd/zx2c4-deployment&id=8ed1bef90f631989c0cadc326a163b874a64e02d
Diffstat (limited to 'Omni/Bild/Deps.nix')
-rw-r--r--Omni/Bild/Deps.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/Omni/Bild/Deps.nix b/Omni/Bild/Deps.nix
index f25c947..6f5cc5c 100644
--- a/Omni/Bild/Deps.nix
+++ b/Omni/Bild/Deps.nix
@@ -1,4 +1,6 @@
_self: super: {
+ cgit = super.overrideSrc super.cgit super.sources.cgit;
+
# Needs upgrading for guile 3
# inspekt3d = super.callPackage ./Deps/inspekt3d.nix {};