From b406226f0ffd4aded29de9d301b43b42243cda9b Mon Sep 17 00:00:00 2001 From: Abel Luck Date: Wed, 10 Sep 2025 13:49:02 +0200 Subject: [PATCH] add aarch64-darwin to supported systems for dev shell --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 363a18f..46453b4 100644 --- a/flake.nix +++ b/flake.nix @@ -8,6 +8,7 @@ let supportedSystems = [ "x86_64-linux" + "aarch64-darwin" ]; forEachSupportedSystem = f: