Skip to content

Commit

Permalink
Updated repos/elpa
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 17, 2022
1 parent 50eb213 commit f3a4216
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions repos/elpa/elpa-generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1397,6 +1397,21 @@
license = lib.licenses.free;
};
}) {};
ef-themes = callPackage ({ elpaBuild, emacs, fetchurl, lib }:
elpaBuild {
pname = "ef-themes";
ename = "ef-themes";
version = "0.0.1";
src = fetchurl {
url = "https://elpa.gnu.org/packages/ef-themes-0.0.1.tar";
sha256 = "1nhkdf7d34h2945qv28idm1izz3fniizwhvwnp37vhmkfb4c3vj0";
};
packageRequires = [ emacs ];
meta = {
homepage = "https://elpa.gnu.org/packages/ef-themes.html";
license = lib.licenses.free;
};
}) {};
eglot = callPackage ({ eldoc
, elpaBuild
, emacs
Expand Down

0 comments on commit f3a4216

Please sign in to comment.