diff options
Diffstat (limited to 'pkgs/default.nix')
-rw-r--r-- | pkgs/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix index 0a7fac8..d0efcc3 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -15,6 +15,8 @@ pkgs: { # from the repo where they spellcheck LaTex files. yalafi-shell = pkgs.callPackage ./yalafi-shell {}; + pbv = pkgs.callPackage ./pbv {}; + # 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. |