summary refs log tree commit diff
path: root/lib/systems/examples.nix
diff options
context:
space:
mode:
authorAndrew Childs <lorne@cons.org.nz>2021-04-10 18:11:16 +0900
committerAndrew Childs <lorne@cons.org.nz>2021-04-11 09:47:10 +0900
commitd0418480f1191167b0416dc3482c90ccd604d9bf (patch)
treeebf29302556fe7389e1d64922d8ada4bdea1af7c /lib/systems/examples.nix
parent6c4ce7960ebcd5559bedb68bef4acf32b44321d1 (diff)
downloadnixpkgs-d0418480f1191167b0416dc3482c90ccd604d9bf.tar
nixpkgs-d0418480f1191167b0416dc3482c90ccd604d9bf.tar.gz
nixpkgs-d0418480f1191167b0416dc3482c90ccd604d9bf.tar.bz2
nixpkgs-d0418480f1191167b0416dc3482c90ccd604d9bf.tar.lz
nixpkgs-d0418480f1191167b0416dc3482c90ccd604d9bf.tar.xz
nixpkgs-d0418480f1191167b0416dc3482c90ccd604d9bf.tar.zst
nixpkgs-d0418480f1191167b0416dc3482c90ccd604d9bf.zip
lib.systems: add darwinPlatform where necessary
Diffstat (limited to 'lib/systems/examples.nix')
-rw-r--r--lib/systems/examples.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/systems/examples.nix b/lib/systems/examples.nix
index 8a43b86db70..082be8902bb 100644
--- a/lib/systems/examples.nix
+++ b/lib/systems/examples.nix
@@ -219,6 +219,7 @@ rec {
     sdkVer = "14.3";
     xcodeVer = "12.3";
     xcodePlatform = "iPhoneSimulator";
+    darwinPlatform = "ios-simulator";
     useiOSPrebuilt = true;
   };
 
@@ -228,6 +229,7 @@ rec {
     sdkVer = "14.3";
     xcodeVer = "12.3";
     xcodePlatform = "iPhoneSimulator";
+    darwinPlatform = "ios-simulator";
     useiOSPrebuilt = true;
   };