Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
# Notmuch, but with support for https://dotti.me/
{ pkgs, ... }:
pkgs.notmuch.overrideAttrs(old: {
doCheck = false;
patches = [ ./dottime.patch ] ++ (if old ? patches then old.patches else []);
})