depot/third_party/nixpkgs/lib/tests/modules/freeform-attrsOf.nix

3 lines
87 B
Nix

{ lib, ... }: {
freeformType = with lib.types; attrsOf (either str (attrsOf str));
}