aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-10-21 06:03:09 +0900
committerOphestra <cat@gensokyo.uk>2025-10-21 06:03:09 +0900
commitfbd1638e7fb7a65b3ca741cc94feaca514d1a9c7 (patch)
tree3a441458c84cd737f7364f84a516efa45f335494 /test
parentd42067df7c48f905edb6edb20ce11d2247938354 (diff)
test/interactive/trace: update nix attribute
Updated according to evaluation warning. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'test')
-rw-r--r--test/interactive/trace.nix2
1 files changed, 1 insertions, 1 deletions
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;
}
];
}