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