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

with pkgs.emacsPackages;

trivialBuild rec {
  pname = "tvl";
  version = "1.0";
  src = ./tvl.el;
  packageRequires = [ magit ];
}