Skip to content

Commit

Permalink
Add comment with error before darwin CI patch
Browse files Browse the repository at this point in the history
  • Loading branch information
palas committed Sep 19, 2024
1 parent 09affb6 commit d0df4c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit d0df4c0

Please sign in to comment.