From 0bfffbc5e19f1a16c19f3cec5272174555006869 Mon Sep 17 00:00:00 2001 From: Matthew Bauer Date: Mon, 25 Jun 2018 22:18:23 -0400 Subject: xcode: add xcodePlatform to system This give us a little bit more control over what target we are using. Eventually we can target other things like WatchOS or MacOS. --- lib/systems/default.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/systems/default.nix') diff --git a/lib/systems/default.nix b/lib/systems/default.nix index ee4c29660a5..5eacc9eb23e 100644 --- a/lib/systems/default.nix +++ b/lib/systems/default.nix @@ -46,7 +46,6 @@ rec { # Misc boolean options useAndroidPrebuilt = false; useiOSPrebuilt = false; - isiPhoneSimulator = false; } // mapAttrs (n: v: v final.parsed) inspect.predicates // args; in assert final.useAndroidPrebuilt -> final.isAndroid; -- cgit 1.4.1