core/lib/tests/modules/freeform-lazyAttrsOf.nix
2024-06-30 09:16:52 +01:00

5 lines
95 B
Nix

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