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

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