github-runner: replace `git` with `gitMinimal`

+2 -2
+2 -2
pkgs/by-name/gi/github-runner/package.nix
··· 6 dotnetCorePackages, 7 fetchFromGitHub, 8 fetchpatch, 9 - git, 10 glibc, 11 glibcLocales, 12 lib, ··· 112 nativeBuildInputs = 113 [ 114 which 115 - git 116 # needed for `uname` 117 coreutils 118 ]
··· 6 dotnetCorePackages, 7 fetchFromGitHub, 8 fetchpatch, 9 + gitMinimal, 10 glibc, 11 glibcLocales, 12 lib, ··· 112 nativeBuildInputs = 113 [ 114 which 115 + gitMinimal 116 # needed for `uname` 117 coreutils 118 ]