From 14df163e2b266403266b290bd0e01e0b359a22ff Mon Sep 17 00:00:00 2001 From: Marien Zwart Date: Thu, 8 Aug 2024 00:09:05 +1000 Subject: [PATCH] Update ol-notmuch fetch override It moved from sourcehut to github. Should be able to remove this after the next CI run pulls in the same change via emacs-overlay. --- fetch-overrides.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fetch-overrides.nix b/fetch-overrides.nix index a7ba864..2f45f16 100644 --- a/fetch-overrides.nix +++ b/fetch-overrides.nix @@ -31,9 +31,12 @@ consult-notmuch = "https://codeberg.org/jao/consult-notmuch.git"; # sourcehut fetcher doesn't work for the same reason codeberg doesn't. fennel-mode = "https://git.sr.ht/~technomancy/fennel-mode"; - ol-notmuch = "https://git.sr.ht/~tarsius/ol-notmuch"; # nixpkgs uses a release from nongnu ELPA. corfu-terminal = "https://codeberg.org/akib/emacs-corfu-terminal"; + # Moved from sourcehut to github, see + # https://github.com/melpa/melpa/commit/c13d67c87248b9af8f9d6265a8626a330f9d478c + # To be removed after updating emacs-overlay. + ol-notmuch = "https://github.com/tarsius/ol-notmuch"; }; # Pins for packages not pinned by Doom and not in nixpkgs or emacs-overlay.