release-haskell.nix: re-enable x86_64-darwin
This commit is contained in:
parent
052cd37187
commit
7b74c9ff04
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue