release-haskell.nix: re-enable x86_64-darwin

This commit is contained in:
sternenseemann 2022-03-29 13:10:03 +02:00
parent 052cd37187
commit 7b74c9ff04

View file

@ -9,7 +9,7 @@
$ hydra-eval-jobs -I . pkgs/top-level/release-haskell.nix
*/
{ supportedSystems ? [ "x86_64-linux" /* "x86_64-darwin" */ "aarch64-linux" ] }:
{ supportedSystems ? [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" ] }:
let