From 670605e167a363b7e0b091f255ce6b747cb47e69 Mon Sep 17 00:00:00 2001 From: es-sai-fi <96452903+es-sai-fi@users.noreply.github.com> Date: Sat, 25 Jul 2026 17:25:07 -0500 Subject: [PATCH] nix: remove x86_64-darwin from supported systems https://github.com/orgs/nix-community/discussions/2195 --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index 6db00df..94e669b 100644 --- a/flake.nix +++ b/flake.nix @@ -7,7 +7,6 @@ supportedSystems = [ "x86_64-linux" "aarch64-linux" - "x86_64-darwin" "aarch64-darwin" ];