Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
{ depot, pkgs, ... }:
pkgs.emacsPackages.trivialBuild rec {
pname = "notable";
version = "1.0";
src = ./notable.el;
packageRequires = with pkgs.emacsPackages; [
dash f ht s
depot.tools.emacs-pkgs.dottime
];
}