From dbe6e96d0a25ca1df89dfa25253c641aca755438 Mon Sep 17 00:00:00 2001 From: Jonathan Ringer Date: Wed, 10 Nov 2021 11:37:34 -0800 Subject: lib/systems: add x86_64-darwin hostPlatform --- lib/systems/examples.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib') diff --git a/lib/systems/examples.nix b/lib/systems/examples.nix index 8dfa22ac787e6..f2469f9bf7ffe 100644 --- a/lib/systems/examples.nix +++ b/lib/systems/examples.nix @@ -258,6 +258,12 @@ rec { platform = {}; }; + x86_64-darwin = { + config = "x86_64-apple-darwin"; + xcodePlatform = "MacOSX"; + platform = {}; + }; + # # Windows # -- cgit 1.4.1