mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 16:45:51 +03:00
Merge pull request #265834 from YorikSar/docker-machine-hyperkit-arm
docker-machine-hyperkit: disable on aarch64-darwin
This commit is contained in:
commit
59e6ccce3e
@ -18,6 +18,6 @@ buildGoModule rec {
|
||||
description = "HyperKit driver for docker-machine";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ atkinschang ];
|
||||
platforms = platforms.darwin;
|
||||
platforms = [ "x86_64-darwin" ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user