Skip to content

Commit e6d736a

Browse files
committed
Fix Rust native build inputs
1 parent 161c7fe commit e6d736a

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
@@ -113,7 +113,7 @@ in
113113
checks = {
114114
"${crateName}-rust-test" = craneLib.cargoNextest (commonArgs // {
115115
inherit cargoArtifacts;
116-
nativeBuildInputs = testTools;
116+
nativeBuildInputs = testTools ++ nativeBuildInputs;
117117
});
118118

119119
"${crateName}-rust-clippy" = craneLib.cargoClippy (commonArgs // {

0 commit comments

Comments
 (0)