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

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