From 5ffdcb3b6c6624a36fe25c90efa5b74007604258 Mon Sep 17 00:00:00 2001 From: irl Date: Wed, 25 Jun 2025 11:40:01 +0100 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..622d38a 100644 --- a/flake.nix +++ b/flake.nix @@ -8,6 +8,7 @@ let supportedSystems = [ "x86_64-linux" + "aarch64-darwin" ]; forEachSupportedSystem = f: