From 997f7efcb746a9c140ce1f13c72263189225f482 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Fri, 20 Aug 2021 18:38:52 +0100 Subject: [PATCH] Revert "Revert "add aarch64-darwin as default system (#40)"" (#41) This reverts commit acfb1951f051283fe3fed23045d09144e0ab5dd2. This commit was reverted because of ghc is broken on aarch64-darwin. This is however the wrong conclusion if one package is broken on darwin than it should be not exposed in a flake or marked as broken accordingly. --- 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"