From 41341de6697fee9b3a29676b90919631dbda197b Mon Sep 17 00:00:00 2001 From: Emily Date: Wed, 18 Feb 2026 05:04:56 +0000 Subject: [PATCH] lib/systems/examples: drop `x86_64-darwin` --- lib/systems/examples.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/systems/examples.nix b/lib/systems/examples.nix index 055f727d53c9..ab062f82bce3 100644 --- a/lib/systems/examples.nix +++ b/lib/systems/examples.nix @@ -332,12 +332,6 @@ rec { platform = { }; }; - x86_64-darwin = { - config = "x86_64-apple-darwin"; - xcodePlatform = "MacOSX"; - platform = { }; - }; - # # UEFI #