mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-04 01:55:11 +02:00
standalone: pass extraSpecialArgs
to lib.evalModules directly (#914)
This commit is contained in:
parent
f85f26878f
commit
46ca452d0b
2 changed files with 25 additions and 8 deletions
|
@ -16,7 +16,8 @@ default_pkgs: {
|
|||
};
|
||||
|
||||
eval = lib.evalModules {
|
||||
modules = [module wrap {_module.args = extraSpecialArgs;}] ++ shared.topLevelModules;
|
||||
modules = [module wrap] ++ shared.topLevelModules;
|
||||
specialArgs = extraSpecialArgs;
|
||||
};
|
||||
|
||||
handleAssertions = config: let
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue