-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdevbox.json
More file actions
32 lines (32 loc) · 1.02 KB
/
Copy pathdevbox.json
File metadata and controls
32 lines (32 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.13.7/.schema/devbox.schema.json",
"packages": {
"go": "1.26.3",
"go-task": "3.48.0",
"lefthook": "2.1.5",
"golangci-lint": "2.12.2",
"prettier": "3.8.3",
"git": "2.52.0",
"gcc": {
"version": "16.1.0",
"platforms": ["aarch64-linux", "x86_64-linux"]
},
"vhs": "0.10.0",
"github:dagger/nix/89dee52f7839a290326eb1f929a4ac99d4a1aae1#packages.aarch64-darwin.dagger": {
"version": "",
"platforms": ["aarch64-darwin"]
},
"github:dagger/nix/89dee52f7839a290326eb1f929a4ac99d4a1aae1#packages.aarch64-linux.dagger": {
"version": "",
"platforms": ["aarch64-linux"]
},
"github:dagger/nix/89dee52f7839a290326eb1f929a4ac99d4a1aae1#packages.x86_64-darwin.dagger": {
"version": "",
"platforms": ["x86_64-darwin"]
},
"github:dagger/nix/89dee52f7839a290326eb1f929a4ac99d4a1aae1#packages.x86_64-linux.dagger": {
"version": "",
"platforms": ["x86_64-linux"]
}
}
}