nixpkgs-odroid-hc4/lib/tests/modules/freeform-attrsOf.nix
2025-12-20 09:59:59 +11:00

3 lines
87 B
Nix

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