We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fe7f03 commit ffe6051Copy full SHA for ffe6051
flake.nix
@@ -48,6 +48,7 @@
48
pkgs.openssl
49
]
50
++ lib.optional (pkgs.stdenv.isDarwin) [
51
+ pkgs.darwin.apple_sdk.frameworks.CoreServices
52
pkgs.darwin.apple_sdk.frameworks.Security
53
pkgs.darwin.apple_sdk.frameworks.SystemConfiguration
54
pkgs.darwin.configdHeaders
0 commit comments