mirror of
https://github.com/nix-community/nixvim.git
synced 2026-08-24 02:34:15 -05:00
lib/options: drop old mkDesc deprecation stub
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user