From d0df4c0535cee2076b0081d6d47ff28ced77779a Mon Sep 17 00:00:00 2001 From: Pablo Lamela Date: Thu, 19 Sep 2024 18:30:58 +0200 Subject: [PATCH] Add comment with error before darwin CI patch --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 14c51c02c..b61c56b66 100644 --- a/flake.nix +++ b/flake.nix @@ -70,6 +70,8 @@ macOS-security = # make `/usr/bin/security` available in `PATH`, which is needed for stack # on darwin which calls this binary to find certificates + # Without this, we get the following error when compiling darwin in Hydra: + # I/O error when downloading anchor data: security: createProcess: posix_spawnp: does not exist (No such file or directory) nixpkgs.writeScriptBin "security" ''exec /usr/bin/security "$@"''; isDarwin = (system == "x86_64-darwin") || (system == "aarch64-darwin"); gitRevFlag =