diff options
Diffstat (limited to 'shell.nix')
-rwxr-xr-x | shell.nix | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -26,12 +26,12 @@ mkShell { #meson ### sqlite search related sqlite - # ### pdf_latex_related + ### pdf_latex_related # source-sans-pro # source-serif-pro # source-code-pro # texlive.combined.scheme-full - # ### xml_and_epub_related + ### xml_and_epub_related # libxml2 # html-tidy # xmlstarlet @@ -41,10 +41,8 @@ mkShell { # sigil # calibre #(suite includes: ebook-viewer) # foliate - # ### i18n translation related + ### i18n translation related # perl534Packages.Po4a - ### candy - #starship ]; shellHook = '' #if [[ -f ".envrc" ]]; then @@ -81,7 +79,7 @@ mkShell { nix shell --print-build-logs --command spine -v - nix develop - nix develop --build .#default --print-build-logs + nix develop --build .#default --print-build-logs nix develop --build -f derivation.nix -I .envrc --print-build-logs nix develop ; eval \$buildPhase |