flip-link: prepare for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-01-28 07:20:48 +01:00
parent ea3ab84206
commit 78fc7f7a67
+3 -3
View File
@@ -23,9 +23,9 @@ rustPlatform.buildRustPackage rec {
checkFlags = [
# requires embedded toolchains
"--skip should_link_example_firmware::case_1_normal"
"--skip should_link_example_firmware::case_2_custom_linkerscript"
"--skip should_verify_memory_layout"
"--skip=should_link_example_firmware::case_1_normal"
"--skip=should_link_example_firmware::case_2_custom_linkerscript"
"--skip=should_verify_memory_layout"
];
meta = {