mirror of
https://github.com/mroi/apple-internals.git
synced 2026-08-27 21:50:28 +02:00
flake: update for Xcode 16.0
This commit is contained in:
@@ -21,8 +21,11 @@
|
||||
outputs = { self, nixpkgs, acextract, command-line, dsc-extractor, snap-util }: {
|
||||
packages.x86_64-darwin = let
|
||||
xcode = (nixpkgs.legacyPackages.x86_64-darwin.xcodeenv.composeXcodeWrapper {
|
||||
version = "15.2";
|
||||
}).overrideAttrs (attrs: { __noChroot = true; });
|
||||
version = "16.0";
|
||||
}).overrideAttrs (attrs: { buildCommand = ''
|
||||
# see https://github.com/NixOS/nixpkgs/pull/322641
|
||||
set +o pipefail
|
||||
'' + attrs.buildCommand; });
|
||||
|
||||
in {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user