about summary refs log tree commit diff
path: root/tools/emacs-pkgs/passively/default.nix
{ depot, ... }:

depot.tools.emacs-pkgs.buildEmacsPackage {
  pname = "passively";
  version = "1.0";
  src = ./passively.el;
  externalRequires = (epkgs: with epkgs; [ ht ]);
}