core/nodes/1_lib/source/tests/modules/freeform-attrsOf.nix
2024-05-25 10:31:17 -04:00

4 lines
87 B
Nix

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