gitstatus: replace `git` with `gitMinimal`

+2 -2
+2 -2
pkgs/by-name/gi/gitstatus/package.nix
··· 3 3 lib, 4 4 stdenv, 5 5 fetchFromGitHub, 6 - git, 6 + gitMinimal, 7 7 zsh, 8 8 zlib, 9 9 runtimeShell, ··· 77 77 # command ran successfully. This tests the binary itself and the zsh 78 78 # integration. 79 79 nativeInstallCheckInputs = [ 80 - git 80 + gitMinimal 81 81 zsh 82 82 ]; 83 83 doInstallCheck = true;