aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/lib/tests/modules/freeform-lazyAttrsOf.nix
blob: 36d6c0b13fca135b47b8aab680db2dccb80fb3ea (plain)
1
2
3
{ lib, ... }: {
  freeformType = with lib.types; lazyAttrsOf (either str (lazyAttrsOf str));
}