visidata: replace `git` with `gitMinimal`

+2 -2
+2 -2
pkgs/applications/misc/visidata/default.nix
··· 40 40 zstandard, 41 41 zulip, 42 42 # other 43 - git, 43 + gitMinimal, 44 44 withPcap ? true, 45 45 dpkt, 46 46 dnslib, ··· 121 121 ++ lib.optional withXclip xclip; 122 122 123 123 nativeCheckInputs = [ 124 - git 124 + gitMinimal 125 125 ]; 126 126 127 127 # check phase uses the output bin, which is not possible when cross-compiling