3 lines
147 B
Nix
3 lines
147 B
Nix
{ lib, hostPlatform, targetPlatform, ... }:
|
|
hostPlatform.isDarwin && hostPlatform.isAarch64 &&
|
|
targetPlatform.isDarwin && targetPlatform.isAarch64
|