From db5293a4fb219d69f5734d87af573e1940396587 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sun, 2 Jan 2022 18:21:33 +0100 Subject: [PATCH] eval aarch64-darwin rather than i686-linux I don't think anyone still runs nixpkgs-review on 32-bit x86. --- ofborg/src/outpaths.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ofborg/src/outpaths.nix b/ofborg/src/outpaths.nix index 8793f36..8407bae 100755 --- a/ofborg/src/outpaths.nix +++ b/ofborg/src/outpaths.nix @@ -11,8 +11,8 @@ let { supportedSystems = [ "aarch64-linux" - # "aarch64-darwin" # !!! - "i686-linux" + "aarch64-darwin" + #"i686-linux" # !!! "x86_64-linux" "x86_64-darwin" ];