databricks-cli: replace `git` with `gitMinimal`

+2 -2
+2 -2
pkgs/by-name/da/databricks-cli/package.nix
··· 2 2 lib, 3 3 buildGoModule, 4 4 fetchFromGitHub, 5 - git, 5 + gitMinimal, 6 6 python3, 7 7 }: 8 8 ··· 37 37 ]); 38 38 39 39 nativeCheckInputs = [ 40 - git 40 + gitMinimal 41 41 (python3.withPackages ( 42 42 ps: with ps; [ 43 43 setuptools