From 464931110abd1c86948fe2aaa1f8510254e4f34d Mon Sep 17 00:00:00 2001 From: Emily Date: Wed, 18 Feb 2026 06:34:56 +0000 Subject: [PATCH] electron-bin: drop `x86_64-darwin` from update script --- pkgs/development/tools/electron/binary/update.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/tools/electron/binary/update.py b/pkgs/development/tools/electron/binary/update.py index 67efba73c362..1ee10323df6e 100755 --- a/pkgs/development/tools/electron/binary/update.py +++ b/pkgs/development/tools/electron/binary/update.py @@ -47,7 +47,6 @@ systems = { "x86_64-linux": "linux-x64", "armv7l-linux": "linux-armv7l", "aarch64-linux": "linux-arm64", - "x86_64-darwin": "darwin-x64", "aarch64-darwin": "darwin-arm64", }