From 598bfe174c8de03bcf25c91209d3e8968762d5d2 Mon Sep 17 00:00:00 2001 From: Reed Krantz Date: Sun, 26 Apr 2026 01:12:48 -0500 Subject: [PATCH] feat: remove x86_64-darwin system as it's going to be no longer supported after 26.05 --- rust/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/flake.nix b/rust/flake.nix index 17bcf2e..5225f09 100644 --- a/rust/flake.nix +++ b/rust/flake.nix @@ -23,7 +23,7 @@ project-templates.flakeModules.rust ]; - systems = ["aarch64-linux" "x86_64-linux" "aarch64-darwin" "x86_64-darwin"]; + systems = ["aarch64-linux" "x86_64-linux" "aarch64-darwin"]; perSystem = {pkgs, ...}: { krantz.rust = {