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

3 lines
95 B
Nix

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