-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevbox.json
More file actions
31 lines (31 loc) · 825 Bytes
/
Copy pathdevbox.json
File metadata and controls
31 lines (31 loc) · 825 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
{
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.10.7/.schema/devbox.schema.json",
"packages": {
"dprint": "latest",
"tinygo": "latest",
"wabt": "latest",
"go": "1.25",
"gotestsum": "latest",
"wasmtime": "latest",
"wasmer": "latest",
"wasm3": {
"version": "latest",
"allow_insecure": ["wasm3-0.5.0"]
},
"python38": "latest",
"github:NixOS/nixpkgs/nixpkgs-unstable#golangci-lint": ""
},
"env": {
"GOMODCACHE": "$DEVBOX_PROJECT_ROOT/.go",
"GOTOOLCHAIN": "local",
"GOROOT": null
},
"shell": {
"scripts": {
"test": "make test",
"build": "go build ./pkg/...",
"lint": "golangci-lint run --fix",
"format": "go fmt ./..."
}
}
}