fix(pngpaste)!: only enable for host && target aarch64-darwin
Does not build for `x86_64-darwin`
This commit is contained in:
parent
26e58b8f24
commit
b4eb1ed96d
1 changed files with 2 additions and 1 deletions
|
@ -1,2 +1,3 @@
|
|||
{ lib, hostPlatform, targetPlatform, ... }:
|
||||
hostPlatform.isDarwin && targetPlatform.isDarwin
|
||||
hostPlatform.isDarwin && hostPlatform.isAarch64 &&
|
||||
targetPlatform.isDarwin && targetPlatform.isAarch64
|
||||
|
|
Loading…
Reference in a new issue