top-level/release-r.nix: disable x86_64-darwin
This commit is contained in:
parent
fe9d7a107b
commit
f7add18261
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue