mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-13 02:34:34 +02:00
docs: use evalNixvim
helper
This commit is contained in:
parent
191b0a9502
commit
1116ae6332
1 changed files with 2 additions and 3 deletions
|
@ -33,12 +33,11 @@ let
|
|||
) opt.declarations;
|
||||
};
|
||||
|
||||
evaledModules = lib.evalModules {
|
||||
specialArgs = helpers.modules.specialArgsWith {
|
||||
evaledModules = helpers.modules.evalNixvim {
|
||||
extraSpecialArgs = {
|
||||
defaultPkgs = pkgs;
|
||||
};
|
||||
modules = [
|
||||
../modules/top-level
|
||||
{ isDocs = true; }
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue