-
Notifications
You must be signed in to change notification settings - Fork 53
Expand file tree
/
Copy pathdevbox.json
More file actions
63 lines (63 loc) · 2.78 KB
/
devbox.json
File metadata and controls
63 lines (63 loc) · 2.78 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"packages": {
"path:./nix#bosh-bootloader": "",
"path:./nix#app-autoscaler-cli-plugin": "",
"path:./nix#log-cache-cli-plugin": "",
"path:./nix#cf-deploy-plugin": "",
"path:./nix#cloud-mta-build-tool": "",
"path:./nix#uaac": "",
"act": "0.2.80",
"actionlint": "1.7.7",
"bosh-cli": "7.3.1",
"bundix": "2.5.2",
"cloudfoundry-cli": "8.14.1",
"coreutils": "latest",
"credhub-cli": "2.9.48",
"delve": "1.24.2",
"direnv": "2.36.0",
"fly": "7.13.2",
"gh": "2.73.0",
"ginkgo": "2.23.4",
"gnumake": "4.4.1",
"gnused": "latest",
"gnutar": "latest",
"go": "1.24.5",
"go-tools": "2025.1",
"golangci-lint": "2.3.1",
"google-java-format": "1.27.0",
"gopls": "0.18.1",
"gum": "0.16.2",
"jq": "latest",
"markdownlint-cli2": "0.17.2",
"maven": "3.9.11",
"mysql": "10.6.12",
"oha": "1.8.0",
"openssl": "latest",
"postgresql": "latest",
"python": "3.13.3",
"redocly": "1.34.2",
"ripgrep": "14.1.1",
"ruby": "3.4.4",
"shellcheck": "0.10.0",
"temurin-bin-21": "21.0.3",
"which": "latest",
"xq-xml": "1.3.0",
"yq-go": "4.45.4",
"apple-sdk":{
"version": "latest",
"platforms": ["aarch64-darwin"]
}
},
"shell": {
"init_hook": [
"export GOFIPS140=v1.0.0",
"install_plugin_if_needed() {",
" sum=$(sha1sum $(which $1) | cut --delimiter=' ' --fields='1')",
" cf plugins --checksum | grep --quiet ${sum} || cf install-plugin -f $(which $1)",
"}",
"install_plugin_if_needed 'app-autoscaler-cli-plugin'",
"install_plugin_if_needed 'log-cache-cli'",
"install_plugin_if_needed multiapps-cli-plugin"
]
}
}