core/lib/tests/modules/freeform-attrsOf.nix

4 lines
87 B
Nix
Raw Normal View History

2024-05-01 22:14:04 +00:00
{ lib, ... }: {
freeformType = with lib.types; attrsOf (either str (attrsOf str));
}