git-cinnabar: move env variable(s) into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-17 12:43:28 +01:00
parent 0ea92ff95e
commit a320716ef4
+1 -1
View File
@@ -41,7 +41,7 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-IVizzc2dKZ83dz3KBMDDiaFNdnS40cS++k8AywyvakQ=";
};
ZSTD_SYS_USE_PKG_CONFIG = true;
env.ZSTD_SYS_USE_PKG_CONFIG = true;
enableParallelBuilding = true;