summaryrefslogtreecommitdiffstats
path: root/lib/tests/modules/freeform-attrsOf.nix
blob: 043ae11e3a2837143a2ae0a357e87439230a8165 (plain)
1
2
3
4
{ lib, ... }:
{
  freeformType = with lib.types; attrsOf (either str (attrsOf str));
}