Skip to content

Instantly share code, notes, and snippets.

@dannypsnl
Last active August 20, 2019 06:46
Show Gist options
  • Save dannypsnl/9b3a67079705a2ddfcaddedab09f177c to your computer and use it in GitHub Desktop.
Save dannypsnl/9b3a67079705a2ddfcaddedab09f177c to your computer and use it in GitHub Desktop.
Nix: Get Frameworks of MacOS
let
pkgs = import <stable> {};
inherit (pkgs.darwin.apple_sdk.frameworks) Cocoa CoreFoundation CoreServices;
in # ignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment