lazy: fix incomplete event type

This commit is contained in:
Ching Pei Yang 2025-03-22 15:01:51 +01:00 committed by Ching Pei Yang
parent 60c3a2ff1e
commit 58021beb1c

View file

@ -126,7 +126,7 @@
};
event = mkOption {
type = nullOr (oneOf [str (listOf str) lznEvent]);
type = nullOr (oneOf [str lznEvent (listOf (either str lznEvent))]);
default = null;
description = "Lazy-load on event";
};