Merge pull request #298967 from vbgl/ocaml-5.2.0
[NixPkgs.git] / lib / tests / modules / freeform-attrsOf.nix
blob8cc577f38a6ce9c22f2832e9641687054ae70713
1 { lib, ... }: {
2   freeformType = with lib.types; attrsOf (either str (attrsOf str));