biome: replace `git` with `gitMinimal`

+2 -2
+2 -2
pkgs/by-name/bi/biome/package.nix
··· 6 6 libgit2, 7 7 rust-jemalloc-sys, 8 8 zlib, 9 - git, 9 + gitMinimal, 10 10 }: 11 11 rustPlatform.buildRustPackage rec { 12 12 pname = "biome"; ··· 29 29 zlib 30 30 ]; 31 31 32 - nativeCheckInputs = [ git ]; 32 + nativeCheckInputs = [ gitMinimal ]; 33 33 34 34 cargoBuildFlags = [ "-p=biome_cli" ]; 35 35 cargoTestFlags =