-
Notifications
You must be signed in to change notification settings - Fork 53
/
Copy pathdevbox.json
55 lines (55 loc) · 2.5 KB
/
devbox.json
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
{
"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.75",
"actionlint": "1.7.7",
"bosh-cli": "7.3.1",
"bundix": "2.5.2",
"cloudfoundry-cli": "8.12.0",
"coreutils": "latest",
"credhub-cli": "2.9.44",
"delve": "1.24.1",
"direnv": "2.35.0",
"fly": "7.12.1",
"gh": "2.69.0",
"ginkgo": "2.23.4",
"gnumake": "4.4",
"gnutar": "latest",
"go": "1.23.1",
"go-tools": "2025.1",
"golangci-lint": "1.64.8",
"google-java-format": "1.25.2",
"gopls": "0.18.1",
"gum": "0.16.0",
"jq": "latest",
"markdownlint-cli2": "0.17.2",
"maven": "3.9.9",
"mysql": "latest",
"oha": "1.8.0",
"postgresql": "latest",
"python": "3.13.2",
"redocly": "1.29.0",
"ruby": "3.4.2",
"shellcheck": "0.10.0",
"temurin-bin-21": "21.0.3",
"which": "latest",
"xq-xml": "latest",
"yq-go": "4.45.1"
},
"shell": {
"init_hook": [
"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"
]
}
}