Skip to content

Commit

Permalink
Update ol-notmuch fetch override
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
marienz committed Aug 7, 2024
1 parent ca21630 commit 14df163
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion fetch-overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 14df163

Please sign in to comment.