summary refs log tree commit diff
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-05-05 14:51:03 +0200
committersterni <sternenseemann@systemli.org>2021-05-05 17:32:46 +0200
commita7dfc81ade194b6063316c944c84f30a335a30dc (patch)
tree9dade2e2767f3bbbf9a5827f93957675f5e72eb7
parent2222050406a70d331900dbfaeccc0734d6cac5cd (diff)
downloadnixpkgs-a7dfc81ade194b6063316c944c84f30a335a30dc.tar
nixpkgs-a7dfc81ade194b6063316c944c84f30a335a30dc.tar.gz
nixpkgs-a7dfc81ade194b6063316c944c84f30a335a30dc.tar.bz2
nixpkgs-a7dfc81ade194b6063316c944c84f30a335a30dc.tar.lz
nixpkgs-a7dfc81ade194b6063316c944c84f30a335a30dc.tar.xz
nixpkgs-a7dfc81ade194b6063316c944c84f30a335a30dc.tar.zst
nixpkgs-a7dfc81ade194b6063316c944c84f30a335a30dc.zip
top-level/release-haskell.nix: support aarch64-linux and x86_64-darwin
top-level/release.nix builds haskellPackages on those systems as well,
so we should test on them as well. Currently we have virtually no
insight into the state on there.
-rw-r--r--pkgs/top-level/release-haskell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/release-haskell.nix b/pkgs/top-level/release-haskell.nix
index c9c16d01771..1c3389c24d1 100644
--- a/pkgs/top-level/release-haskell.nix
+++ b/pkgs/top-level/release-haskell.nix
@@ -5,7 +5,7 @@
 
   $ hydra-eval-jobs -I . pkgs/top-level/release-haskell.nix
 */
-{ supportedSystems ? [ "x86_64-linux" ] }:
+{ supportedSystems ? [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" ] }:
 
 let