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