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

pkgs.third_party.emacsPackagesNg.trivialBuild rec {
  pname = "nix-util";
  version = "1.0";
  src = ./nix-util.el;
}