modules/dependencies: add description to __depPackages

This commit is contained in:
Matt Sturgeon 2025-04-21 08:40:40 +01:00
parent 490bb4e2bd
commit af2f4266e2
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
2 changed files with 3 additions and 0 deletions

View file

@ -54,6 +54,9 @@ in
};
}
);
description = ''
A set of dependency packages, used internally to construct the `dependencies.<name>` options.
'';
default = { };
internal = true;
visible = false;