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 = {