electron-source.electron_33: remove as it's EOL

3041fd66cd/docs/tutorial/electron-timelines.md
(cherry picked from commit 1509396b4e)
This commit is contained in:
teutat3s
2025-04-11 14:02:28 +02:00
committed by github-actions[bot]
parent 40b4b93442
commit e923f1bc2b
2 changed files with 1 additions and 1266 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -8684,11 +8684,7 @@ with pkgs;
electron_30 = electron_30-bin;
electron_31 = electron_31-bin;
electron_32 = electron_32-bin;
electron_33 =
if lib.meta.availableOn stdenv.hostPlatform electron-source.electron_33 then
electron-source.electron_33
else
electron_33-bin;
electron_33 = electron_33-bin;
electron_34 =
if lib.meta.availableOn stdenv.hostPlatform electron-source.electron_34 then
electron-source.electron_34