Compare commits

..

No commits in common. "df565e3416413fc2f18a653e6730ad2de4e85b6a" and "d53040dd346037dbbc73eb1e55fad06be3104c0f" have entirely different histories.

1 changed files with 4 additions and 6 deletions

View File

@ -107,20 +107,18 @@ in {
type = listOf (submodule {
options = {
view = mkOption {
description = "how this route is viewed";
type = nullOr str;
default = null;
description = "";
type = str;
};
filter = mkOption {
description = "a filter for messages matching this route";
description = "";
type = anything;
};
opts = mkOption {
description = "options for the view and the route";
description = "";
type = nullOr anything;
default = null;
};
};
});