types/plugins: add missing option description

This commit is contained in:
Ching Pei Yang 2023-11-05 23:01:43 +03:00 committed by NotAShelf
parent 2aba31ccb8
commit 12f5019a61
No known key found for this signature in database
GPG Key ID: 02D1DD3FA08B6B29
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ with lib; let
options = {
package = mkOption {
type = pluginType;
description = "Plugin Package.";
};
after = mkOption {
type = listOf str;