Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
{ depot, ... }:
depot.tools.emacs-pkgs.buildEmacsPackage {
pname = "nix-util";
version = "1.0";
src = ./nix-util.el;
externalRequires = epkgs: [ epkgs.s ];
}