mirror of
https://github.com/mroi/apple-internals.git
synced 2026-02-12 09:02:45 +00:00
flake: update for Xcode 15.0.1
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
outputs = { self, nixpkgs, acextract, command-line, dsc-extractor, snapshot-header, snap-util }: {
|
||||
packages.x86_64-darwin = let
|
||||
xcode = (nixpkgs.legacyPackages.x86_64-darwin.xcodeenv.composeXcodeWrapper {
|
||||
version = "14.3.1";
|
||||
version = "15.0.1";
|
||||
}).overrideAttrs (attrs: { __noChroot = true; });
|
||||
in {
|
||||
acextract =
|
||||
|
||||
Reference in New Issue
Block a user