From 801cb66c43871cf9fd97b35b3541aa13573b2338 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..46453b4 100644 --- a/flake.nix +++ b/flake.nix @@ -8,6 +8,7 @@ let supportedSystems = [ "x86_64-linux" + "aarch64-darwin" ]; forEachSupportedSystem = f: