Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3248321
D5356.id17546.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
864 B
Referenced Files
None
Subscribers
None
D5356.id17546.diff
View Options
diff --git a/nix/overlay.nix b/nix/overlay.nix
--- a/nix/overlay.nix
+++ b/nix/overlay.nix
@@ -91,7 +91,11 @@
# 16.14 now requires experimental import assertions syntax, pin to 16.13
# https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V16.md
- nodejs-16_x = prev.nodejs-16_x.overrideAttrs (oldAttrs: rec {
+ #
+ # TODO: Use nodejs-16_x-openssl_1_1 once
+ # https://github.com/NixOS/nixpkgs/pull/195722 is merged.
+ # Related openssl issue: https://linear.app/comm/issue/ENG-2029
+ nodejs-16_x = (prev.nodejs-16_x.overrideAttrs (oldAttrs: rec {
version = "16.13.0";
name = "nodejs-${version}";
@@ -116,7 +120,7 @@
patches = [
(prev.lib.head oldAttrs.patches)
];
- });
+ })).override { openssl = prev.openssl_1_1; };
# Ensure that yarn is using the pinned version
yarn = prev.yarn.override (_: {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 16, 9:21 AM (21 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2496858
Default Alt Text
D5356.id17546.diff (864 B)
Attached To
Mode
D5356: [Nix] Use openssl 1.1 for nodejs
Attached
Detach File
Event Timeline
Log In to Comment