-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevbox.json
More file actions
50 lines (50 loc) · 968 Bytes
/
Copy pathdevbox.json
File metadata and controls
50 lines (50 loc) · 968 Bytes
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/main/.schema/devbox.schema.json",
"packages": {
"path:nix/llvm-mlir#default": "",
"z3": {
"version": "4.16.0",
"outputs": [
"out",
"lib",
"dev"
]
},
"python312": "3.12.13",
"nodejs_22": "22.23.1",
"pkg-config": "0.29.2",
"just": "1.55.1",
"libxml2": {
"version": "2.15.3",
"outputs": [
"out",
"dev"
]
},
"zlib": {
"version": "1.3.2",
"outputs": [
"out",
"dev"
]
},
"sccache": "0.16.0",
"cargo-nextest": "0.9.140"
},
"shell": {
"init_hook": [
". ./scripts/devbox-init-env.sh"
],
"scripts": {
"coverage": [
"./scripts/coverage.sh"
],
"release": [
"./scripts/release.sh"
],
"lsp-vscode-build": [
"cargo build --release -p quon_lsp -p quonfmt"
]
}
}
}