prmt: prepare for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-01-28 07:20:50 +01:00
parent 999d4028d8
commit d92d1f9963
+1 -1
View File
@@ -19,7 +19,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
cargoHash = "sha256-Vc2uCFD3A3huSFaYbgZHRWgiQnxXkz7BzvmdT7AsnoY=";
# Fail to run in sandbox environment
checkFlags = map (t: "--skip ${t}") [
checkFlags = map (t: "--skip=${t}") [
"modules::path::tests::relative_path_inside_home_renders_tilde"
"modules::path::tests::relative_path_with_shared_prefix_is_not_tilde"
"test_git_module"