We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
requireXcode
2 parents 253d319 + 51c13e7 commit 547718aCopy full SHA for 547718a
pkgs/os-specific/darwin/xcode/default.nix
@@ -54,6 +54,7 @@ let
54
55
in
56
lib.makeExtensible (self: {
57
+ inherit requireXcode;
58
xcode_8_1 = requireXcode "8.1" "sha256-VuAovU/b4rcLh+xMtcsZmbTWwTk35VGfMSp+fqPbsqM=";
59
xcode_8_2 = requireXcode "8.2" "sha256-ohqgGD7JEEmXEvmfn/N9Ga2lM8jNwhIuh+ky7PQPzY4=";
60
xcode_9_1 = requireXcode "9.1" "sha256-LG7pVMh1rNh5uP/bASvV9sKvGDrSGWH90J4gzwcgYSk=";
pkgs/top-level/darwin-packages.nix
@@ -263,6 +263,7 @@ makeScopeWithSplicing' {
263
xcode_16_1
264
xcode_16_2
265
xcode
266
+ requireXcode
267
;
268
269
xcodeProjectCheckHook = pkgs.makeSetupHook {
0 commit comments