Commit f74c0813 authored by teutat3s's avatar teutat3s Committed by Yaya
Browse files
parent 2e7a16dd
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -169,12 +169,17 @@ in (chromium.override { upstream-info = info.chromium; }).mkDerivation (base: {
    enable_cet_shadow_stack = false;
    is_cfi = false;
    use_qt = false;
    use_perfetto_client_library = false;
    v8_builtins_profiling_log_file = "";
    enable_dangling_raw_ptr_checks = false;
    dawn_use_built_dxc = false;
    v8_enable_private_mapping_fork_optimization = true;
    v8_expose_public_symbols = true;
  } // lib.optionalAttrs (lib.versionOlder info.version "31") {
    use_perfetto_client_library = false;
  } // lib.optionalAttrs (lib.versionAtLeast info.version "31") {
    enable_dangling_raw_ptr_feature_flag = false;
    clang_unsafe_buffers_paths = "";
    enterprise_cloud_content_analysis = false;
  } // {

    # other
+941 −0

File changed.

Preview size limit exceeded, changes collapsed.

+1 −0
Original line number Diff line number Diff line
@@ -17458,6 +17458,7 @@ with pkgs;
  electron_28 = electron_28-bin;
  electron_29 = if lib.meta.availableOn stdenv.hostPlatform electron-source.electron_29 then electron-source.electron_29 else electron_29-bin;
  electron_30 = if lib.meta.availableOn stdenv.hostPlatform electron-source.electron_30 then electron-source.electron_30 else electron_30-bin;
  electron_31 = if lib.meta.availableOn stdenv.hostPlatform electron-source.electron_31 then electron-source.electron_31 else electron_31-bin;
  electron = electron_30;
  electron-bin = electron_30-bin;
  electron-chromedriver = electron-chromedriver_30;