mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-23 05:40:44 +00:00
types/plugins: add missing option description
This commit is contained in:
parent
2aba31ccb8
commit
12f5019a61
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ with lib; let
|
||||||
options = {
|
options = {
|
||||||
package = mkOption {
|
package = mkOption {
|
||||||
type = pluginType;
|
type = pluginType;
|
||||||
|
description = "Plugin Package.";
|
||||||
};
|
};
|
||||||
after = mkOption {
|
after = mkOption {
|
||||||
type = listOf str;
|
type = listOf str;
|
||||||
|
|
Loading…
Reference in a new issue