mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-01 19:11:15 +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 = {
|
||||
package = mkOption {
|
||||
type = pluginType;
|
||||
description = "Plugin Package.";
|
||||
};
|
||||
after = mkOption {
|
||||
type = listOf str;
|
||||
|
|
Loading…
Reference in a new issue