aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/lib/tests/modules/freeform-attrsOf.nix
{ lib, ... }: {
  freeformType = with lib.types; attrsOf (either str (attrsOf str));
}