We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bffc57 commit 15a1ce6Copy full SHA for 15a1ce6
1 file changed
nix/package.nix
@@ -19,8 +19,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
19
];
20
};
21
22
+ cargoBuildFlags = ["-p watt" "-p xtask"];
23
cargoLock.lockFile = "${finalAttrs.src}/Cargo.lock";
24
enableParallelBuilding = true;
25
+ useNextest = true;
26
27
# xtask doesn't support passing --target
28
# but nix hooks expect the folder structure from when it's set
0 commit comments