lib/systems: add x86_64-darwin hostPlatform

Changed files
+6
lib
systems
+6
lib/systems/examples.nix
···
platform = {};
};
+
x86_64-darwin = {
+
config = "x86_64-apple-darwin";
+
xcodePlatform = "MacOSX";
+
platform = {};
+
};
+
#
# Windows
#