lib/modules: remove explicit specialArgs.lib

`lib.evalModules` will do this internally anyway
This commit is contained in:
Matt Sturgeon 2025-01-17 00:20:03 +00:00
parent d4c67764a7
commit b5efe91c52
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299

View file

@ -36,7 +36,6 @@ in
}
];
specialArgs = {
inherit lib;
# TODO: deprecate `helpers`
helpers = self;
} // extraSpecialArgs;