lib/options: drop old mkDesc deprecation stub

This commit is contained in:
Matt Sturgeon
2025-12-05 13:00:50 +00:00
parent 59ebcf91e4
commit cc57493853
-3
View File
@@ -129,9 +129,6 @@ rec {
args // { default = null; };
in
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 =
type: pluginDefault: description: