summaryrefslogtreecommitdiff
path: root/pkgs/default.nix
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2024-02-04 12:46:36 +0100
committerLinnnus <[email protected]>2024-02-04 12:47:39 +0100
commit48995dd54f6187174fe12f5138ac0e5e898612c2 (patch)
treee8725b8825168d1b0846e8d6ff45cf0d3f8600ae /pkgs/default.nix
parente8ed1c7ecf16bfac96084977fa5c13a83bbb1bec (diff)
pkgs/pbv: Add pbv
Diffstat (limited to 'pkgs/default.nix')
-rw-r--r--pkgs/default.nix2
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.