From 24ec3cb056c45b1180cf34d46baba2b6c4487285 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Fri, 9 Dec 2022 14:58:07 +0100 Subject: [PATCH] also include aarch64-darwin --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index cf16316..8230a12 100644 --- a/flake.nix +++ b/flake.nix @@ -8,6 +8,8 @@ "x86_64-linux" "i686-linux" "aarch64-linux" + "x86_64-darwin" + "aarch64-darwin" ]; forAllSystems = nixpkgs.lib.genAttrs supportedSystems; in {