From c5d161cc0af116a2e17f54316f0bf43f0819785c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Wed, 18 Aug 2021 12:06:51 +0100 Subject: [PATCH] add aarch64-darwin as default system (#40) --- default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/default.nix b/default.nix index f61aed2..fdce02f 100644 --- a/default.nix +++ b/default.nix @@ -2,6 +2,7 @@ let # The list of systems supported by nixpkgs and hydra defaultSystems = [ "aarch64-linux" + "aarch64-darwin" "i686-linux" "x86_64-darwin" "x86_64-linux"