flake: update for Xcode 15.2

This commit is contained in:
Michael Roitzsch
2024-03-17 11:32:04 +01:00
parent 093a04de7f
commit e2ae918b3f
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
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.0.1";
version = "15.2";
}).overrideAttrs (attrs: { __noChroot = true; });
in {