mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
lib/systems: add x86_64-darwin hostPlatform
This commit is contained in:
parent
77ca4df050
commit
dbe6e96d0a
@ -258,6 +258,12 @@ rec {
|
||||
platform = {};
|
||||
};
|
||||
|
||||
x86_64-darwin = {
|
||||
config = "x86_64-apple-darwin";
|
||||
xcodePlatform = "MacOSX";
|
||||
platform = {};
|
||||
};
|
||||
|
||||
#
|
||||
# Windows
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user