summaryrefslogtreecommitdiff
path: root/pkgs/default.nix
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2024-02-13 17:27:18 +0100
committerLinnnus <[email protected]>2024-02-13 17:27:18 +0100
commitbbbdbd1094f1f09b8075da88f6b412d2e4af80ca (patch)
treebe62e8cf55aa8546068eb1bb93257a3f60280ad2 /pkgs/default.nix
parenta908af9a955e64828f0b4f0c3b1c5770775c9794 (diff)
parent1bbdd3f63a9d8c46b1772cbf2ad9fd83d7ef213b (diff)
tmp: Merge branch 'main' into reorg
Otherwise, we'd get a conflict when we moved duksebot.
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.