core/lib/tests/modules/freeform-attrsOf.nix
2024-05-01 18:26:04 -04:00

4 lines
87 B
Nix

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