1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 12:11:28 +00:00

Merge pull request #145407 from jonringer/add-x86_64-darwin-system

lib/systems: add x86_64-darwin hostPlatform
This commit is contained in:
Dmitry Kalinkin 2021-11-10 16:27:46 -05:00 committed by GitHub
commit 274a3938d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -258,6 +258,12 @@ rec {
platform = {};
};
x86_64-darwin = {
config = "x86_64-apple-darwin";
xcodePlatform = "MacOSX";
platform = {};
};
#
# Windows
#