diff --git a/devbox.json b/devbox.json index b4b4b8fc19c..1bd074a28d7 100644 --- a/devbox.json +++ b/devbox.json @@ -4,7 +4,12 @@ "packages": { "fd": "latest", "git": "latest", - "go": "latest" + "go": "latest", + "apple-sdk_12": { + "name": "sdk_12", + "version": "latest", + "platforms": ["aarch64-darwin", "x86_64-darwin"] + } }, "env": { "GOENV": "off", diff --git a/devbox.lock b/devbox.lock index 825c82cd315..b7fad0530e5 100644 --- a/devbox.lock +++ b/devbox.lock @@ -1,6 +1,34 @@ { "lockfile_version": "1", "packages": { + "apple-sdk_12@latest": { + "last_modified": "2025-09-18T16:33:27Z", + "resolved": "github:NixOS/nixpkgs/f4b140d5b253f5e2a1ff4e5506edbf8267724bde#apple-sdk_12", + "source": "devbox-search", + "version": "12.3", + "systems": { + "aarch64-darwin": { + "outputs": [ + { + "name": "out", + "path": "/nix/store/ywb67nwhda4n7lww0dyw394hd7gqw1sr-apple-sdk-12.3", + "default": true + } + ], + "store_path": "/nix/store/ywb67nwhda4n7lww0dyw394hd7gqw1sr-apple-sdk-12.3" + }, + "x86_64-darwin": { + "outputs": [ + { + "name": "out", + "path": "/nix/store/4fpxjs3ivdxdvys66hh24jpyczi5cwig-apple-sdk-12.3", + "default": true + } + ], + "store_path": "/nix/store/4fpxjs3ivdxdvys66hh24jpyczi5cwig-apple-sdk-12.3" + } + } + }, "fd@latest": { "last_modified": "2025-07-28T17:09:23Z", "resolved": "github:NixOS/nixpkgs/648f70160c03151bc2121d179291337ad6bc564b#fd",