about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2021-11-10 11:37:34 -0800
committerJonathan Ringer <jonringer117@gmail.com>2021-11-10 11:37:34 -0800
commitdbe6e96d0a25ca1df89dfa25253c641aca755438 (patch)
treebeb090596fc0c2b29e6ecd938e44f4fc528bac0a /lib
parent77ca4df050e7ebd49838645fcab05bcce87d02f3 (diff)
lib/systems: add x86_64-darwin hostPlatform
Diffstat (limited to 'lib')
-rw-r--r--lib/systems/examples.nix6
1 files changed, 6 insertions, 0 deletions
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
   #