Loading pkgs/development/tools/electron/common.nix +1 −1 Original line number Diff line number Diff line Loading @@ -49,7 +49,7 @@ in (chromium.override { upstream-info = info.chromium; }).mkDerivation (base: { src = null; patches = base.patches ++ lib.optional (lib.versionAtLeast info.version "29") patches = base.patches ++ lib.optional (lib.versionAtLeast info.version "29" && lib.versionOlder info.version "30") (substituteAll { # disable a component that requires CIPD blobs name = "disable-screen-ai.patch"; Loading pkgs/development/tools/electron/info.json +917 −0 File changed.Preview size limit exceeded, changes collapsed. Show changes pkgs/top-level/all-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -18101,7 +18101,7 @@ with pkgs; electron_27 = if lib.meta.availableOn stdenv.hostPlatform electron-source.electron_27 then electron-source.electron_27 else electron_27-bin; electron_28 = if lib.meta.availableOn stdenv.hostPlatform electron-source.electron_28 then electron-source.electron_28 else 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 = electron_30-bin; electron_30 = if lib.meta.availableOn stdenv.hostPlatform electron-source.electron_30 then electron-source.electron_30 else electron_30-bin; electron = electron_29; electron-bin = electron_29-bin; Loading
pkgs/development/tools/electron/common.nix +1 −1 Original line number Diff line number Diff line Loading @@ -49,7 +49,7 @@ in (chromium.override { upstream-info = info.chromium; }).mkDerivation (base: { src = null; patches = base.patches ++ lib.optional (lib.versionAtLeast info.version "29") patches = base.patches ++ lib.optional (lib.versionAtLeast info.version "29" && lib.versionOlder info.version "30") (substituteAll { # disable a component that requires CIPD blobs name = "disable-screen-ai.patch"; Loading
pkgs/development/tools/electron/info.json +917 −0 File changed.Preview size limit exceeded, changes collapsed. Show changes
pkgs/top-level/all-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -18101,7 +18101,7 @@ with pkgs; electron_27 = if lib.meta.availableOn stdenv.hostPlatform electron-source.electron_27 then electron-source.electron_27 else electron_27-bin; electron_28 = if lib.meta.availableOn stdenv.hostPlatform electron-source.electron_28 then electron-source.electron_28 else 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 = electron_30-bin; electron_30 = if lib.meta.availableOn stdenv.hostPlatform electron-source.electron_30 then electron-source.electron_30 else electron_30-bin; electron = electron_29; electron-bin = electron_29-bin;