We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
shell.nix
1 parent d0fa608 commit d7eab38Copy full SHA for d7eab38
shell.nix
@@ -66,6 +66,7 @@ let
66
"--with-intl=${if useSharedICU then "system" else icu}-icu"
67
)
68
]
69
+ ++ pkgs.lib.optional (!withTemporal) "--v8-disable-temporal-support"
70
++ pkgs.lib.optional withTemporal "--v8-enable-temporal-support"
71
++ pkgs.lib.optional (withTemporal && useSharedTemporal) "--shared-temporal_capi";
72
in
0 commit comments