Skip to content

Commit

Permalink
nix: all in
Browse files Browse the repository at this point in the history
  • Loading branch information
jost-s committed May 23, 2024
1 parent c86ee66 commit 3c8d716
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,19 @@
# additional packages needed for darwin platforms
# additional packages needed for darwin platforms on x86_64
# pkgs.darwin.apple_sdk.frameworks.AppKit
pkgs.darwin.apple_sdk_11_0.frameworks.AppKit
# pkgs.darwin.apple_sdk_11_0.frameworks.AppKit
# pkgs.darwin.apple_sdk_11_0.frameworks.CoreFoundation
# pkgs.darwin.apple_sdk_11_0.frameworks.CoreServices
# pkgs.darwin.apple_sdk_11_0.frameworks.WebKit
pkgs.pkg-config
pkgs.libiconv
pkgs.darwin.apple_sdk_11_0.frameworks.Security
pkgs.darwin.apple_sdk_11_0.frameworks.CoreServices
pkgs.darwin.apple_sdk_11_0.frameworks.CoreFoundation
pkgs.darwin.apple_sdk_11_0.frameworks.Foundation
pkgs.darwin.apple_sdk_11_0.frameworks.AppKit
pkgs.darwin.apple_sdk_11_0.frameworks.WebKit
pkgs.darwin.apple_sdk_11_0.frameworks.Cocoa
# pkgs.darwin.apple_sdk.frameworks.CoreServices
# pkgs.darwin.apple_sdk.frameworks.Security
# pkgs.darwin.apple_sdk.frameworks.IOKit
Expand Down

0 comments on commit 3c8d716

Please sign in to comment.