summaryrefslogtreecommitdiffstats
path: root/lib/tests/modules/options-type-error-typical-nested.nix
blob: 09f31439df384d6e8f3458b64d57407a2d87a180 (plain)
1
2
3
4
5
6
{ lib, ... }:
{
  options = {
    result.here = lib.types.str;
  };
}