mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-08 10:01:07 +01:00
lib/options: drop old mkDesc deprecation stub
This commit is contained in:
parent
59ebcf91e4
commit
cc57493853
1 changed files with 0 additions and 3 deletions
|
|
@ -129,9 +129,6 @@ rec {
|
||||||
args // { default = null; };
|
args // { default = null; };
|
||||||
in
|
in
|
||||||
rec {
|
rec {
|
||||||
# TODO: removed 2024-06-14; remove stub 2024-09-01
|
|
||||||
mkDesc = abort "mkDesc has been removed. Use the `pluginDefault` argument or `lib.nixvim.pluginDefaultText`.";
|
|
||||||
|
|
||||||
mkNullable' = args: mkNullOrOption' (processDefaultNullArgs args);
|
mkNullable' = args: mkNullOrOption' (processDefaultNullArgs args);
|
||||||
mkNullable =
|
mkNullable =
|
||||||
type: pluginDefault: description:
|
type: pluginDefault: description:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue