diff options
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 = '' |