From 1cd3ce6ef504f87807689aba8cb48e19f935eabe Mon Sep 17 00:00:00 2001 From: r-vdp Date: Mon, 13 May 2024 13:21:28 +0200 Subject: [PATCH] Add darwin to the flake --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 5c2373b..94ff00d 100644 --- a/flake.nix +++ b/flake.nix @@ -11,6 +11,7 @@ forEachSystem = genAttrs [ "aarch64-linux" "x86_64-linux" + "aarch64-darwin" ]; # We only run tests for x86_64-linux in CI