-
Notifications
You must be signed in to change notification settings - Fork 53
/
Copy pathdevbox.json
56 lines (56 loc) · 2.55 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
56
{
"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": "",
"bosh-cli": "7.3.1",
"bundix": "2.5.2",
"coreutils": "latest",
"delve": "1.24.0",
"gh": "2.67.0",
"gnumake": "4.4",
"gnutar": "latest",
"go-tools": "2020.2.4",
"gopls": "0.17.1",
"gum": "0.15.2",
"jq": "latest",
"maven": "3.8.6",
"oha": "latest",
"postgresql": "latest",
"python": "latest",
"rubocop": "latest",
"rubyPackages.solargraph": "latest",
"shellcheck": "0.10.0",
"which": "latest",
"credhub-cli": "2.9.42",
"markdownlint-cli2": "latest",
"bundler": "2.5.22",
"direnv": "2.35.0",
"yq-go": "4.44.5",
"golangci-lint": "1.62.2",
"ruby": "3.3.6",
"redocly": "latest",
"google-java-format": "1.25.2",
"actionlint": "1.7.7",
"ginkgo": "2.22.2",
"act": "0.2.74",
"cloudfoundry-cli": "8.9.0",
"temurin-bin-21": "21.0.3",
"go": "1.23.1",
"fly": "7.12.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"
]
}
}