Skip to content

Commit 547718a

Browse files
authored
darwin: expose requireXcode (#367063)
2 parents 253d319 + 51c13e7 commit 547718a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pkgs/os-specific/darwin/xcode/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ let
5454

5555
in
5656
lib.makeExtensible (self: {
57+
inherit requireXcode;
5758
xcode_8_1 = requireXcode "8.1" "sha256-VuAovU/b4rcLh+xMtcsZmbTWwTk35VGfMSp+fqPbsqM=";
5859
xcode_8_2 = requireXcode "8.2" "sha256-ohqgGD7JEEmXEvmfn/N9Ga2lM8jNwhIuh+ky7PQPzY4=";
5960
xcode_9_1 = requireXcode "9.1" "sha256-LG7pVMh1rNh5uP/bASvV9sKvGDrSGWH90J4gzwcgYSk=";

pkgs/top-level/darwin-packages.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ makeScopeWithSplicing' {
263263
xcode_16_1
264264
xcode_16_2
265265
xcode
266+
requireXcode
266267
;
267268

268269
xcodeProjectCheckHook = pkgs.makeSetupHook {

0 commit comments

Comments
 (0)