mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +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 = {
|
specialArgs = {
|
||||||
inherit lib;
|
|
||||||
# TODO: deprecate `helpers`
|
# TODO: deprecate `helpers`
|
||||||
helpers = self;
|
helpers = self;
|
||||||
} // extraSpecialArgs;
|
} // extraSpecialArgs;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue