diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-10-21 06:03:09 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-10-21 06:03:09 +0900 |
| commit | fbd1638e7fb7a65b3ca741cc94feaca514d1a9c7 (patch) | |
| tree | 3a441458c84cd737f7364f84a516efa45f335494 | |
| parent | d42067df7c48f905edb6edb20ce11d2247938354 (diff) | |
test/interactive/trace: update nix attribute
Updated according to evaluation warning.
Signed-off-by: Ophestra <cat@gensokyo.uk>
| -rw-r--r-- | test/interactive/trace.nix | 2 |
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; } ]; } |
