opencomposite: add meta.platforms (#357198)
[NixPkgs.git] / lib / tests / modules / freeform-attrsOf.nix
blob8cc577f38a6ce9c22f2832e9641687054ae70713
1 { lib, ... }: {
2   freeformType = with lib.types; attrsOf (either str (attrsOf str));