From 132d83e5880a6714f85be3433f29efa96db5c3d1 Mon Sep 17 00:00:00 2001 From: Ching Pei Yang Date: Mon, 21 Oct 2024 18:08:09 +0200 Subject: [PATCH] lazy: update lz.n plugin spec --- modules/wrapper/lazy/lazy.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/wrapper/lazy/lazy.nix b/modules/wrapper/lazy/lazy.nix index 622d07f8..6f254fc2 100644 --- a/modules/wrapper/lazy/lazy.nix +++ b/modules/wrapper/lazy/lazy.nix @@ -160,6 +160,8 @@ default = null; }; + lazy = mkBool false "Lazy-load manually, e.g. using `trigger_load`."; + priority = mkOption { type = nullOr int; description = "Only useful for stat plugins (not lazy-loaded) to force loading certain plugins first.";