mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-22 03:35:21 +02:00
lib: remove maintainers
alias
This commit is contained in:
parent
cb2b76c1a9
commit
d718446b61
26 changed files with 32 additions and 30 deletions
|
@ -120,8 +120,8 @@ lib.fix (
|
|||
wrapVimscriptForLua
|
||||
;
|
||||
|
||||
# TODO: Deprecate this `maintainers` alias
|
||||
inherit (self.extendedLib) maintainers;
|
||||
# TODO: Removed 2024-09-27
|
||||
maintainers = throw "The `maintainers` alias has been removed. Use `lib.maintainers` on a lib with nixvim's extensions.";
|
||||
|
||||
# TODO: Deprecate the old `nixvimTypes` alias?
|
||||
nixvimTypes = self.extendedLib.types;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue