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

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

9 lines
167 B
Nix
Raw Normal View History

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