sourcepawn-studio: prepare for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-01-28 07:20:51 +01:00
parent 6c1f63f260
commit 5eab66d92c
@@ -25,7 +25,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
checkFlags = [
# requires rustup and rustfmt
"--skip tests::sourcegen::generate_node_kinds"
"--skip=tests::sourcegen::generate_node_kinds"
];
passthru.updateScript = nix-update-script { };