mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
lib: Harmonize package options which may not exist in nixpkgs
This commit is contained in:
parent
eb611349a7
commit
a2f01876f7
6 changed files with 57 additions and 42 deletions
|
@ -54,6 +54,7 @@ lib.makeExtensible (
|
|||
mkCompositeOption
|
||||
mkCompositeOption'
|
||||
mkLazyLoadOption
|
||||
mkMaybeUnpackagedOption
|
||||
mkNullOrLua
|
||||
mkNullOrLua'
|
||||
mkNullOrLuaFn
|
||||
|
@ -69,6 +70,7 @@ lib.makeExtensible (
|
|||
mkPackageOption
|
||||
mkPluginPackageOption
|
||||
mkSettingsOption
|
||||
mkUnpackagedOption
|
||||
pluginDefaultText
|
||||
;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue