1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-07 17:41:04 +01:00

lib/options: drop old mkDesc deprecation stub

This commit is contained in:
Matt Sturgeon 2025-12-05 12:42:32 +00:00
parent 59ebcf91e4
commit cc57493853

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: