Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 710dde5

Browse filesBrowse files
committed
tools: fix --node-builtin-modules-path value in shell.nix
PR-URL: #62102 Reviewed-By: Jordan Harband <ljharb@gmail.com> Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
1 parent b26d1c7 commit 710dde5
Copy full SHA for 710dde5

1 file changed

+1-1Lines changed: 1 addition & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎shell.nix‎

Copy file name to clipboardExpand all lines: shell.nix
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ let
6464
++ pkgs.lib.optional (!withSSL) "--without-ssl"
6565
++ pkgs.lib.optional withTemporal "--v8-enable-temporal-support"
6666
++ pkgs.lib.optional (ninja != null) "--ninja"
67-
++ pkgs.lib.optional loadJSBuiltinsDynamically "--node-builtin-modules-path=${builtins.toString ../..}"
67+
++ pkgs.lib.optional loadJSBuiltinsDynamically "--node-builtin-modules-path=${builtins.toString ./.}"
6868
++ pkgs.lib.concatMap (name: [
6969
"--shared-${name}"
7070
"--shared-${name}-libpath=${pkgs.lib.getLib sharedLibDeps.${name}}/lib"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.