From fbd1638e7fb7a65b3ca741cc94feaca514d1a9c7 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Tue, 21 Oct 2025 06:03:09 +0900 Subject: test/interactive/trace: update nix attribute Updated according to evaluation warning. Signed-off-by: Ophestra --- test/interactive/trace.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/interactive') diff --git a/test/interactive/trace.nix b/test/interactive/trace.nix index f055e0bb..e307361f 100644 --- a/test/interactive/trace.nix +++ b/test/interactive/trace.nix @@ -22,7 +22,7 @@ in { name = "funcgraph-retval"; patch = null; - extraStructuredConfig.FUNCTION_GRAPH_RETVAL = lib.kernel.yes; + structuredExtraConfig.FUNCTION_GRAPH_RETVAL = lib.kernel.yes; } ]; } -- cgit v1.3.1