nix-super/tests/modules/freeform-lazyAttrsOf.nix
2023-08-16 15:46:37 +02:00

3 lines
95 B
Nix

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