nix-init: unpin libgit2

This commit is contained in:
Sandro Jäckel 2024-02-11 22:27:06 +01:00 committed by sternenseemann
parent d1c2714639
commit 2429bde882

View File

@ -6,7 +6,7 @@
, installShellFiles
, pkg-config
, bzip2
, libgit2_1_6
, libgit2
, openssl
, zlib
, zstd
@ -45,7 +45,7 @@ rustPlatform.buildRustPackage rec {
buildInputs = [
bzip2
curl
libgit2_1_6
libgit2
openssl
zlib
zstd
@ -80,6 +80,7 @@ rustPlatform.buildRustPackage rec {
env = {
GEN_ARTIFACTS = "artifacts";
LIBGIT2_NO_VENDOR = 1;
NIX = lib.getExe nix;
NURL = lib.getExe nurl;
ZSTD_SYS_USE_PKG_CONFIG = true;