core/lib/tests/modules/freeform-attrsOf.nix
2024-06-30 09:16:52 +01:00

5 lines
87 B
Nix

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