wrapper: get meta from wrapped neovim package

This commit is contained in:
diniamo 2024-11-10 11:03:00 +01:00 committed by raf
parent 6eb5bea5ba
commit c4e75c4c1a

View file

@ -128,9 +128,10 @@ in {
# will return the configuration in full.
passthru.neovimConfig = vimOptions;
meta = {
description = "Wrapped version of Neovim with additional helper scripts";
mainProgram = "nvim";
};
meta =
neovim-wrapped.meta
// {
description = "Wrapped Neovim package with helper scripts to print the config (path)";
};
};
}