diff options
author | Ben Sima <ben@bsima.me> | 2025-02-04 19:40:39 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2025-02-04 21:18:03 -0500 |
commit | 42d9c462002740a6a5cf8edb8fcfd00bcc36bb4b (patch) | |
tree | 40e2a5fcd414f75762b29020888efe7e38052d24 /Omni | |
parent | 9f5b334eb6d0f64460f14d76255b096777a46332 (diff) |
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')
-rw-r--r-- | Omni/Bild/Deps.nix | 2 | ||||
-rw-r--r-- | Omni/Bild/Sources.json | 10 |
2 files changed, 12 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 {}; diff --git a/Omni/Bild/Sources.json b/Omni/Bild/Sources.json index 02472c3..5f9be22 100644 --- a/Omni/Bild/Sources.json +++ b/Omni/Bild/Sources.json @@ -1,4 +1,14 @@ { + "cgit": { + "branch": "ben/123-dark", + "repo": "https://git.simatime.com/cgit.git", + "rev": "5f88a989b6239e3d539450d3a5f7844896763423", + "sha256": "1mm9jl6mz333k5f460r7njk2nliiab6bxq63q4qr1ly2j1368wqq", + "type": "git", + "url": "https://git.simatime.com/cgit.git", + "url_template": "https://git.simatime.com/cgit.git", + "version": "1.2.3-dark" + }, "clay": { "branch": "master", "description": "A CSS preprocessor as embedded Haskell.", |