Skip to content

Commit

Permalink
darwin: expose requireXcode (NixOS#367063)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilazy authored and khaneliman committed Dec 28, 2024
2 parents 3017d49 + 51c13e7 commit 9436c70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/os-specific/darwin/xcode/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ let

in
lib.makeExtensible (self: {
inherit requireXcode;
xcode_8_1 = requireXcode "8.1" "sha256-VuAovU/b4rcLh+xMtcsZmbTWwTk35VGfMSp+fqPbsqM=";
xcode_8_2 = requireXcode "8.2" "sha256-ohqgGD7JEEmXEvmfn/N9Ga2lM8jNwhIuh+ky7PQPzY4=";
xcode_9_1 = requireXcode "9.1" "sha256-LG7pVMh1rNh5uP/bASvV9sKvGDrSGWH90J4gzwcgYSk=";
Expand Down
1 change: 1 addition & 0 deletions pkgs/top-level/darwin-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ makeScopeWithSplicing' {
xcode_16_1
xcode_16_2
xcode
requireXcode
;

xcodeProjectCheckHook = pkgs.makeSetupHook {
Expand Down

0 comments on commit 9436c70

Please sign in to comment.