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