mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-27 02:59:00 +02:00
plugins: remove all use of lib.nixvim.mkPackageOption
This commit is contained in:
parent
84676128f8
commit
ae3a2c9d10
28 changed files with 73 additions and 95 deletions
|
@ -14,9 +14,9 @@ helpers.vim-plugin.mkVimPlugin {
|
|||
maintainers = [ maintainers.GaetanLepage ];
|
||||
|
||||
extraOptions = {
|
||||
godotPackage = helpers.mkPackageOption {
|
||||
name = "godot";
|
||||
default = pkgs.godot_4;
|
||||
godotPackage = lib.mkPackageOption pkgs "godot" {
|
||||
nullable = true;
|
||||
default = "godot_4";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue