2 lines
93 B
Nix
2 lines
93 B
Nix
{ lib, hostPlatform, targetPlatform, ... }:
|
|
hostPlatform.isDarwin && targetPlatform.isDarwin
|