viceroy: fix cargoTestFlags/cargoBuildFlags for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-01-28 12:16:13 +01:00
parent c2408bd27f
commit fc5ef75e4d
+2 -1
View File
@@ -18,7 +18,8 @@ rustPlatform.buildRustPackage rec {
cargoHash = "sha256-PoexldRTp2cPu7iF7te//kO4Ph1P6A/jNZdMkYKERqM=";
cargoTestFlags = [
"--package viceroy-lib"
"--package"
"viceroy-lib"
];
meta = {