feat: remove x86_64-darwin system as it's going to be no longer supported after 26.05

This commit is contained in:
2026-04-26 01:12:48 -05:00
parent 6d342e20d1
commit 598bfe174c
+1 -1
View File
@@ -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 = {