feat: remove x86_64-darwin system as it's going to be no longer supported after 26.05
This commit is contained in:
+1
-1
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user