tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
biome: replace `git` with `gitMinimal`
Pol Dellaiera
1 year ago
c89ad207
31d83c33
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
bi
biome
package.nix
+2
-2
pkgs/by-name/bi/biome/package.nix
···
6
6
libgit2,
7
7
rust-jemalloc-sys,
8
8
zlib,
9
9
-
git,
9
9
+
gitMinimal,
10
10
}:
11
11
rustPlatform.buildRustPackage rec {
12
12
pname = "biome";
···
29
29
zlib
30
30
];
31
31
32
32
-
nativeCheckInputs = [ git ];
32
32
+
nativeCheckInputs = [ gitMinimal ];
33
33
34
34
cargoBuildFlags = [ "-p=biome_cli" ];
35
35
cargoTestFlags =