modules/dependencies: add __depPackages example

This commit is contained in:
Matt Sturgeon 2025-04-21 08:47:28 +01:00
parent af2f4266e2
commit 1164b39963
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299

View file

@ -58,6 +58,13 @@ in
A set of dependency packages, used internally to construct the `dependencies.<name>` options.
'';
default = { };
example = {
curl.default = "curl";
git = {
default = "git";
example = "gitMinimal";
};
};
internal = true;
visible = false;
};