depot/third_party/nixpkgs/lib/tests/modules/freeform-lazyAttrsOf.nix

4 lines
95 B
Nix

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