mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-16 12:14:32 +02:00
lib/options: rename mkPackageOption to mkPluginPackageOption
This commit is contained in:
parent
40598fc1bd
commit
26367692da
110 changed files with 111 additions and 111 deletions
|
@ -55,7 +55,7 @@ in
|
|||
// {
|
||||
enable = mkEnableOption "neo-tree";
|
||||
|
||||
package = helpers.mkPackageOption "neo-tree" pkgs.vimPlugins.neo-tree-nvim;
|
||||
package = helpers.mkPluginPackageOption "neo-tree" pkgs.vimPlugins.neo-tree-nvim;
|
||||
|
||||
sources =
|
||||
helpers.defaultNullOpts.mkNullable (types.listOf types.str)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue