core/nodes/1_lib/source/tests/modules/freeform-lazyAttrsOf.nix
2024-05-25 10:31:17 -04:00

4 lines
95 B
Nix

{ lib, ... }: {
freeformType = with lib.types; lazyAttrsOf (either str (lazyAttrsOf str));
}