From c7cb26782b7104c8996c0a02913d2ac3bc955955 Mon Sep 17 00:00:00 2001 From: Robin Stumm Date: Thu, 30 Apr 2026 16:39:32 +0200 Subject: [PATCH] drop support for x86_64-darwin Nixpkgs expects to drop support for intel macs in 26.11. --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index 755d38d81..b37ea21c9 100644 --- a/flake.nix +++ b/flake.nix @@ -30,7 +30,6 @@ let supportedSystems = [ "x86_64-linux" - "x86_64-darwin" "aarch64-darwin" "aarch64-linux" ];