cook-cli: prepare for structuredAttrs by moving OPENSSL_NO_VENDOR into env

This commit is contained in:
Stefan Frijters
2025-12-30 22:53:30 +01:00
parent 02cc18bcca
commit 799473abc8
+1 -1
View File
@@ -35,7 +35,7 @@ rustPlatform.buildRustPackage rec {
openssl
];
OPENSSL_NO_VENDOR = 1;
env.OPENSSL_NO_VENDOR = 1;
npmDeps = fetchNpmDeps {
inherit src;