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