We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6432c6b commit f8953fdCopy full SHA for f8953fd
devenv-tasks/package.nix
@@ -14,4 +14,6 @@ rustPlatform.buildRustPackage {
14
15
cargoBuildFlags = [ "-p devenv-tasks" ];
16
buildType = cargoProfile;
17
+
18
+ inherit doCheck;
19
}
0 commit comments