diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2021-08-29 19:06:01 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2021-09-09 22:03:12 -0400 |
commit | 2cdc5d2a7c62e54009e915d6f6a9da87905e2699 (patch) | |
tree | acb5e8af2cccc20546effef9722fe5526064f947 /shell.nix | |
parent | config nix (diff) |
xmls, epub3 toc_nav.xhtml toc.ncx
Diffstat (limited to 'shell.nix')
-rwxr-xr-x | shell.nix | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -16,6 +16,16 @@ pkgs.mkShell { #meson # # search_sqlite_related # sqlite + # # xml_and_epub_related + # libxml2 + # html-tidy + # xmlstarlet + # epubcheck + # ebook_tools + # epr + # sigil + # calibre # (ebook-viewer) + # foliate ] )]; shellHook = '' |