mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
lib/modules: remove explicit specialArgs.lib
`lib.evalModules` will do this internally anyway
This commit is contained in:
parent
d4c67764a7
commit
b5efe91c52
1 changed files with 0 additions and 1 deletions
|
@ -36,7 +36,6 @@ in
|
|||
}
|
||||
];
|
||||
specialArgs = {
|
||||
inherit lib;
|
||||
# TODO: deprecate `helpers`
|
||||
helpers = self;
|
||||
} // extraSpecialArgs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue