depot/third_party/tvl/tools/emacs-pkgs/passively/default.nix

9 lines
178 B
Nix
Raw Normal View History

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