aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/lib/tests/modules/freeform-attrsOf.nix
blob: 8cc577f38a6ce9c22f2832e9641687054ae70713 (plain)
1
2
3
{ lib, ... }: {
  freeformType = with lib.types; attrsOf (either str (attrsOf str));
}