Skip to content

Commit b8749a7

Browse files
committed
try older apple-sdk because we also need to work on older nix 2.16
1 parent f5146d1 commit b8749a7

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

devbox.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"fd": "latest",
66
"git": "latest",
77
"go": "latest",
8-
"apple-sdk_15": {
9-
"name": "sdk_15",
8+
"apple-sdk_12": {
9+
"name": "sdk_12",
1010
"version": "latest",
1111
"platforms": ["aarch64-darwin", "x86_64-darwin"]
1212
}

devbox.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
{
22
"lockfile_version": "1",
33
"packages": {
4-
"apple-sdk_15@latest": {
4+
"apple-sdk_12@latest": {
55
"last_modified": "2025-09-18T16:33:27Z",
6-
"resolved": "github:NixOS/nixpkgs/f4b140d5b253f5e2a1ff4e5506edbf8267724bde#apple-sdk_15",
6+
"resolved": "github:NixOS/nixpkgs/f4b140d5b253f5e2a1ff4e5506edbf8267724bde#apple-sdk_12",
77
"source": "devbox-search",
8-
"version": "15.2",
8+
"version": "12.3",
99
"systems": {
1010
"aarch64-darwin": {
1111
"outputs": [
1212
{
1313
"name": "out",
14-
"path": "/nix/store/3w6k7waxdw7bv0l6ip0azfaskm5ibk4p-apple-sdk-15.2",
14+
"path": "/nix/store/ywb67nwhda4n7lww0dyw394hd7gqw1sr-apple-sdk-12.3",
1515
"default": true
1616
}
1717
],
18-
"store_path": "/nix/store/3w6k7waxdw7bv0l6ip0azfaskm5ibk4p-apple-sdk-15.2"
18+
"store_path": "/nix/store/ywb67nwhda4n7lww0dyw394hd7gqw1sr-apple-sdk-12.3"
1919
},
2020
"x86_64-darwin": {
2121
"outputs": [
2222
{
2323
"name": "out",
24-
"path": "/nix/store/jd692x02r6by0hckzqhjgjccj615dsn9-apple-sdk-15.2",
24+
"path": "/nix/store/4fpxjs3ivdxdvys66hh24jpyczi5cwig-apple-sdk-12.3",
2525
"default": true
2626
}
2727
],
28-
"store_path": "/nix/store/jd692x02r6by0hckzqhjgjccj615dsn9-apple-sdk-15.2"
28+
"store_path": "/nix/store/4fpxjs3ivdxdvys66hh24jpyczi5cwig-apple-sdk-12.3"
2929
}
3030
}
3131
},

0 commit comments

Comments
 (0)