git-xet: enable __structuredAttrs, use gitMinimal in tests (#555907)

This commit is contained in:
Yohann Boniface
2026-08-24 21:55:07 +00:00
committed by GitHub

View File

@@ -7,13 +7,15 @@
pkg-config,
openssl,
zlib,
git,
gitMinimal,
git-lfs,
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "git-xet";
version = "0.2.1";
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "huggingface";
repo = "xet-core";
@@ -36,7 +38,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
buildAndTestSubdir = "git_xet";
nativeCheckInputs = [
git
gitMinimal
git-lfs
];
nativeInstallCheckInputs = [