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:
parent
59ebcf91e4
commit
cc57493853
1 changed files with 0 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue