about summary refs log tree commit diff
path: root/tools/emacs-pkgs/passively/default.nix
blob: ec59cc85fd8fffc14871bbaf71057b3cf60181b6 (plain) (blame)
1
2
3
4
5
6
7
8
{ depot, ... }:

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