Add lib as an output
This commit is contained in:
parent
da206ae6ff
commit
8a74f33344
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@
|
|||
default = mkVimPlugin { inherit system; };
|
||||
neovim = mkNeovim { inherit system; };
|
||||
in {
|
||||
inherit lib;
|
||||
|
||||
devShells.${system}.default =
|
||||
mkShell { buildInputs = with pkgs; [ just ]; };
|
||||
|
||||
|
|
Reference in a new issue