Skip to content

Commit

Permalink
Include darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Sep 27, 2022
1 parent 7b25c2d commit c262391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
nixpkgs.lib.filter (v:
# We have less x86_64-darwin build capacity so build fewer GhC versions
(v != "x86_64-darwin" || (
!__elem compiler-nix-name ["ghc8104" "ghc810420210212" "ghc8105" "ghc8106" "ghc901" "ghc921" "ghc922"]))
!__elem compiler-nix-name ["ghc8104" "ghc8105" "ghc8106" "ghc901" "ghc921" "ghc922"]))
&&
# aarch64-darwin requires ghc 8.10.7
(v != "aarch64-darwin" || (
Expand Down

0 comments on commit c262391

Please sign in to comment.