gitstatus: replace `git` with `gitMinimal`

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