biome: replace `git` with `gitMinimal`

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