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

depot.tools.emacs-pkgs.buildEmacsPackage {
  pname = "nix-util";
  version = "1.0";
  src = ./nix-util.el;
  externalRequires = epkgs: [ epkgs.s ];
}