Add lib as an output

This commit is contained in:
Oliver Davies 2024-03-30 21:48:39 +00:00
parent da206ae6ff
commit 8a74f33344

View file

@ -17,6 +17,8 @@
default = mkVimPlugin { inherit system; };
neovim = mkNeovim { inherit system; };
in {
inherit lib;
devShells.${system}.default =
mkShell { buildInputs = with pkgs; [ just ]; };