From 96d6db2e960c72123db19a442449b53a32595541 Mon Sep 17 00:00:00 2001 From: Marien Zwart Date: Sat, 18 May 2024 15:44:35 +1000 Subject: [PATCH] Maybe fix fetching notmuch This fails the same way emms was, and like emms I do see the commit. --- fetch-overrides.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/fetch-overrides.nix b/fetch-overrides.nix index fda9422..362a3f9 100644 --- a/fetch-overrides.nix +++ b/fetch-overrides.nix @@ -38,5 +38,6 @@ # TODO figure out whether we're better off always setting allRefs. allRefsRepos = { "https://git.savannah.gnu.org/git/emms.git" = true; + "https://git.notmuchmail.org/git/notmuch" = true; }; }