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 afeed62Copy full SHA for afeed62
shell.nix
@@ -65,8 +65,8 @@ let
65
else
66
"--with-intl=${if useSharedICU then "system" else icu}-icu"
67
)
68
+ "--v8-${if withTemporal then "enable" else "disable"}-temporal-support"
69
]
- ++ pkgs.lib.optional withTemporal "--v8-enable-temporal-support"
70
++ pkgs.lib.optional (withTemporal && useSharedTemporal) "--shared-temporal_capi";
71
in
72
pkgs.mkShell {
0 commit comments