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

lib/systems: add x86_64-darwin hostPlatform

authored by

Dmitry Kalinkin and committed by
GitHub
274a3938 f5c12e83

+6
+6
lib/systems/examples.nix
··· 258 258 platform = {}; 259 259 }; 260 260 261 + x86_64-darwin = { 262 + config = "x86_64-apple-darwin"; 263 + xcodePlatform = "MacOSX"; 264 + platform = {}; 265 + }; 266 + 261 267 # 262 268 # Windows 263 269 #