diff options
author | Linnnus <[email protected]> | 2023-12-10 21:46:01 +0100 |
---|---|---|
committer | Linnnus <[email protected]> | 2023-12-11 09:30:10 +0100 |
commit | a089a0f0d52031c4bed1e79b424755152a6797bf (patch) | |
tree | 3d892402890dd52668653036f343920070e77e00 /pkgs/default.nix | |
parent | bcc5ce08eebee29bbc366f4d99e9ac47bb0dcac9 (diff) |
home/noweb: Switch to full texlive, add spell checker
Diffstat (limited to 'pkgs/default.nix')
-rw-r--r-- | pkgs/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix index 5ab245a..0a7fac8 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -11,6 +11,10 @@ pkgs: { watch-while = pkgs.callPackage ./watch-while {}; + # This is not wrapping the YaLafi python library, just a particular example + # from the repo where they spellcheck LaTex files. + yalafi-shell = pkgs.callPackage ./yalafi-shell {}; + # TODO: These should be contained in the 'vimPlugins' attrset. This turns out # to be non-trivial because this module is both consumed in a flake output # context and an overlay context. |