Skip to content

Commit 110460f

Browse files
committed
Add testTools to dev shell
1 parent e6d736a commit 110460f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake-lang/flake-rust.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ in
9090
{
9191
devShells."dev-${crateName}-rust" = craneLib.devShell {
9292
buildInputs = nativeBuildInputs;
93-
packages = devShellTools;
93+
packages = devShellTools ++ testTools;
9494
shellHook = ''
9595
${linkExtraSources}
9696
${linkData}

0 commit comments

Comments
 (0)