Skip to content

Instantly share code, notes, and snippets.

@dredozubov
Created November 19, 2019 09:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dredozubov/fbd8e16114b9fe2374db8bdb97af372c to your computer and use it in GitHub Desktop.
Save dredozubov/fbd8e16114b9fe2374db8bdb97af372c to your computer and use it in GitHub Desktop.
self: super:
{
darwin = super.darwin // {
apple_sdk = super.darwin.apple_sdk // {
sdk = super.darwin.apple_sdk.sdk.overrideAttrs (_: {
version = "10.13";
src = super.fetchurl {
url = "http://swcdn.apple.com/content/downloads/50/15/041-91747-A_WICZE7RNVZ/rayjnqf847xflt3tan8o8agod67eq88cav/DevSDK_macOS1013_Public.pkg";
sha256 = "1dl1ypxh9l5xp9h2cyv332apawbxxgc2bbkk6223958f1kdak4d6";
};
});
};
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment