lazy: update lz.n plugin spec

This commit is contained in:
Ching Pei Yang 2024-10-21 18:08:09 +02:00
commit 132d83e588
No known key found for this signature in database
GPG key ID: 062FBBCE1D0C5DD9

View file

@ -160,6 +160,8 @@
default = null; default = null;
}; };
lazy = mkBool false "Lazy-load manually, e.g. using `trigger_load`.";
priority = mkOption { priority = mkOption {
type = nullOr int; type = nullOr int;
description = "Only useful for stat plugins (not lazy-loaded) to force loading certain plugins first."; description = "Only useful for stat plugins (not lazy-loaded) to force loading certain plugins first.";