nix-init: re-vendor libgit2

Our version is too new now.
This commit is contained in:
K900
2025-01-31 22:52:46 +03:00
parent bc002a4180
commit 301b07867a
+2 -1
View File
@@ -80,7 +80,8 @@ rustPlatform.buildRustPackage rec {
env = {
GEN_ARTIFACTS = "artifacts";
LIBGIT2_NO_VENDOR = 1;
# FIXME: our libgit2 is currently too new
# LIBGIT2_NO_VENDOR = 1;
NIX = lib.getExe nix;
NURL = lib.getExe nurl;
ZSTD_SYS_USE_PKG_CONFIG = true;