From e214e292a6489251ca7c8b5bbeda1ddd0eaade61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 30 Oct 2025 12:38:59 +0100 Subject: [PATCH] also enable formatter on macOS --- flake.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index c88aa593..ce7425b9 100644 --- a/flake.nix +++ b/flake.nix @@ -16,7 +16,11 @@ "x86_64-linux" ]; - formatSystems = [ "aarch64-linux" "x86_64-linux" ]; + formatSystems = [ + "aarch64-linux" + "x86_64-linux" + "aarch64-darwin" + ]; # Helper to iterate over systems eachSystem =