mise: add git to nativeCheckInputs

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
Tyce Herrman
2026-05-06 18:14:15 -04:00
co-authored by Codex
parent f021c83afa
commit 6bb4c2a4d0
+2
View File
@@ -64,6 +64,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
nativeCheckInputs = [
cacert
cmake
# gix spawns git-upload-pack by name in file:// clone tests.
git
rustPlatform.bindgenHook
];