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

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