mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
electron-source.electron_33: remove as it's EOL
3041fd66cd/docs/tutorial/electron-timelines.md(cherry picked from commit1509396b4e)
This commit is contained in:
committed by
github-actions[bot]
parent
40b4b93442
commit
e923f1bc2b
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user