rix101/pkgs/pngpaste/systems.nix
2024-08-27 23:33:36 +03:00

3 lines
147 B
Nix

{ lib, hostPlatform, targetPlatform, ... }:
hostPlatform.isDarwin && hostPlatform.isAarch64 &&
targetPlatform.isDarwin && targetPlatform.isAarch64