databricks-cli: replace git with gitMinimal

This commit is contained in:
Pol Dellaiera
2025-01-09 21:02:44 +01:00
parent 17dabde5c6
commit 87516c65d3
+2 -2
View File
@@ -2,7 +2,7 @@
lib,
buildGoModule,
fetchFromGitHub,
git,
gitMinimal,
python3,
}:
@@ -37,7 +37,7 @@ buildGoModule rec {
]);
nativeCheckInputs = [
git
gitMinimal
(python3.withPackages (
ps: with ps; [
setuptools