mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
modules/dependencies: add __depPackages
example
This commit is contained in:
parent
af2f4266e2
commit
1164b39963
1 changed files with 7 additions and 0 deletions
|
@ -58,6 +58,13 @@ in
|
||||||
A set of dependency packages, used internally to construct the `dependencies.<name>` options.
|
A set of dependency packages, used internally to construct the `dependencies.<name>` options.
|
||||||
'';
|
'';
|
||||||
default = { };
|
default = { };
|
||||||
|
example = {
|
||||||
|
curl.default = "curl";
|
||||||
|
git = {
|
||||||
|
default = "git";
|
||||||
|
example = "gitMinimal";
|
||||||
|
};
|
||||||
|
};
|
||||||
internal = true;
|
internal = true;
|
||||||
visible = false;
|
visible = false;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue