test/interactive/trace: update nix attribute

Updated according to evaluation warning.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-10-21 06:03:09 +09:00
parent d42067df7c
commit fbd1638e7f

View File

@@ -22,7 +22,7 @@ in
{ {
name = "funcgraph-retval"; name = "funcgraph-retval";
patch = null; patch = null;
extraStructuredConfig.FUNCTION_GRAPH_RETVAL = lib.kernel.yes; structuredExtraConfig.FUNCTION_GRAPH_RETVAL = lib.kernel.yes;
} }
]; ];
} }