Skip to content

Commit f8953fd

Browse files
committed
devenv-tasks: fix build
1 parent 6432c6b commit f8953fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

devenv-tasks/package.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ rustPlatform.buildRustPackage {
1414

1515
cargoBuildFlags = [ "-p devenv-tasks" ];
1616
buildType = cargoProfile;
17+
18+
inherit doCheck;
1719
}

0 commit comments

Comments
 (0)