feat(nix): add darwin support

Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
seth
2023-08-04 11:55:31 -04:00
parent 75c7df46a7
commit eeb5fdbc9f
3 changed files with 51 additions and 44 deletions

View File

@ -17,6 +17,7 @@
mkPrism = qt:
qt.callPackage ./package.nix {
inherit (inputs) libnbtplusplus;
inherit (prev.darwin.apple_sdk.frameworks) Cocoa;
inherit self version;
};
in {