Skip to content

Commit b722575

Browse files
committed
fixup! tools: migrate from openssl-matrix.json to openssl-matrix.nix
1 parent b826287 commit b722575

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/nix/sharedLibDeps.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
ffi = pkgs.libffiReal;
4949
})
5050
// (pkgs.lib.optionalAttrs withSSL ({
51-
openssl = pkgs.openssl_3_5;
51+
openssl = (import ./openssl-matrix.nix { inherit pkgs; }).openssl_3_5;
5252
}))
5353
// (pkgs.lib.optionalAttrs withTemporal {
5454
inherit (pkgs) temporal_capi;

0 commit comments

Comments
 (0)