it’s openssl.version
This commit is contained in:
parent
f6f65b1de1
commit
273bdf17b9
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,6 @@
|
|||
openssl,
|
||||
nodejs,
|
||||
}:
|
||||
if builtins.compareVersions nodejs.version "18" >= 0 && builtins.compareVersions openssl.versions "3" >= 0
|
||||
if builtins.compareVersions nodejs.version "18" >= 0 && builtins.compareVersions openssl.version "3" >= 0
|
||||
then "--openssl-legacy-provider"
|
||||
else ""
|
||||
|
|
Reference in a new issue