nix-init: unpin libgit2

This commit is contained in:
Sandro Jäckel
2024-02-29 18:54:37 +01:00
committed by sternenseemann
parent d1c2714639
commit 2429bde882
+3 -2
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;