tvl-depot/tools/emacs-pkgs/dottime/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
124 B
Nix
Raw Normal View History

{ depot, ... }:
depot.tools.emacs-pkgs.buildEmacsPackage {
pname = "dottime";
version = "1.0";
src = ./dottime.el;
}