From 48995dd54f6187174fe12f5138ac0e5e898612c2 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Sun, 4 Feb 2024 12:46:36 +0100 Subject: pkgs/pbv: Add pbv --- pkgs/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/default.nix') 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. -- cgit v1.2.3