Skip to content

Commit ffe6051

Browse files
committed
Fix nix missing package
CoreServices is missing for darwin.
1 parent 9fe7f03 commit ffe6051

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
pkgs.openssl
4949
]
5050
++ lib.optional (pkgs.stdenv.isDarwin) [
51+
pkgs.darwin.apple_sdk.frameworks.CoreServices
5152
pkgs.darwin.apple_sdk.frameworks.Security
5253
pkgs.darwin.apple_sdk.frameworks.SystemConfiguration
5354
pkgs.darwin.configdHeaders

0 commit comments

Comments
 (0)