blob: 27a60176804b90868e786326f1d6fbfe66f8e65e [file] [log] [blame]
Skyler Greyb58e2142023-01-26 00:40:12 +00001{ lib
2, config
3, ...
4}: {
5 options.internal.traces = with lib;
6 mkOption {
7 type = types.listOf types.str;
8 default = [ ];
9 description = "Options to trace (for debugging)";
10 };
11}