mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-16 17:11:02 +00:00
lazy: allow null package
This commit is contained in:
parent
8c95b996c7
commit
c4ba376478
2 changed files with 3 additions and 3 deletions
|
|
@ -66,8 +66,8 @@
|
|||
lznPluginType = submodule {
|
||||
options = {
|
||||
package = mkOption {
|
||||
type = pluginType;
|
||||
description = "Plugin package";
|
||||
type = nullOr pluginType;
|
||||
description = "Plugin package. If null, a custom load function must be provided";
|
||||
};
|
||||
|
||||
setupModule = mkOption {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue