top-level/release-r.nix: disable x86_64-darwin

This commit is contained in:
Justin Bedo 2021-11-02 06:53:13 +11:00
parent fe9d7a107b
commit f7add18261
No known key found for this signature in database
GPG key ID: 2C18202C56C182BD

View file

@ -4,7 +4,7 @@
$ hydra-eval-jobs -I . pkgs/top-level/release-r.nix
*/
{ supportedSystems ? [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" ] }:
{ supportedSystems ? [ "x86_64-linux" "aarch64-linux" ] }:
with import ./release-lib.nix { inherit supportedSystems; };