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

main
Justin Bedo 3 years ago
parent fe9d7a107b
commit f7add18261
No known key found for this signature in database
GPG Key ID: 2C18202C56C182BD
  1. 2
      pkgs/top-level/release-r.nix

@ -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; };

Loading…
Cancel
Save