mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
modules/dependencies: add description to __depPackages
This commit is contained in:
parent
490bb4e2bd
commit
af2f4266e2
2 changed files with 3 additions and 0 deletions
|
@ -54,6 +54,9 @@ in
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
description = ''
|
||||||
|
A set of dependency packages, used internally to construct the `dependencies.<name>` options.
|
||||||
|
'';
|
||||||
default = { };
|
default = { };
|
||||||
internal = true;
|
internal = true;
|
||||||
visible = false;
|
visible = false;
|
||||||
|
|
0
test
Normal file
0
test
Normal file
Loading…
Add table
Add a link
Reference in a new issue