diff options
| author | Ralph Amissah <ralph.amissah@gmail.com> | 2023-10-26 18:26:06 -0400 | 
|---|---|---|
| committer | Ralph Amissah <ralph.amissah@gmail.com> | 2023-10-26 20:41:05 -0400 | 
| commit | 3a0bb67b63884e39075b2655dab7169ee93c1e54 (patch) | |
| tree | 5455a61a4a821c141fdec40de6a0ae95a85049d0 /flake.nix | |
| parent | texpdf papersize & papermargins (diff) | |
texpdf, cjk issues not resolved
- font rendition bugs where tested
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 | 
1 files changed, 3 insertions, 1 deletions
| @@ -154,13 +154,15 @@              source-serif-pro              source-code-pro              texlive.combined.scheme-full +            noto-fonts +            noto-fonts-cjk-sans              jq              #git            ];            inherit shellHook;          };          dsh-sqlite = mkShell { -          name = "sisu dev shell for latex & pdf output"; +          name = "sisu dev shell for sqlite3 output";            inherit shell;            inherit devEnv;            packages = [ | 
