diff options
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 d0efcc3..c8b08a7 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -17,6 +17,10 @@ pkgs: { pbv = pkgs.callPackage ./pbv {}; + vemf-unwrapped = pkgs.callPackage ./vemf-unwrapped {}; + + vemf = pkgs.callPackage ./vemf {}; + # 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. |