summary refs log tree commit diff
path: root/lib/tests/modules/freeform-lazyAttrsOf.nix
blob: 524efa6bd930f42fbd36c17fa7ac8d2347c8aeb3 (plain) (blame)
1
2
3
{ lib, ... }: {
  config._module.freeformType = with lib.types; lazyAttrsOf (either str (lazyAttrsOf str));
}