|
1 | 1 | { |
2 | | - "packages": [ |
3 | | - "path:local-flake#bosh-bootloader", |
4 | | - "path:local-flake#app-autoscaler-cli-plugin", |
5 | | - "path:local-flake#log-cache-cli-plugin", |
6 | | - "path:local-flake#uaac", |
7 | | - "credhub-cli@latest", |
8 | | - "delve@latest", |
9 | | - "gh@latest", |
10 | | - "go-tools@latest", |
11 | | - "gopls@latest", |
12 | | - "nodejs@latest", |
13 | | - "nodePackages.yaml-language-server@latest", |
14 | | - "rubocop@latest", |
15 | | - "rubyPackages.solargraph@latest", |
16 | | - "swagger-cli@latest", |
17 | | - "actionlint@1.6.27", |
18 | | - "direnv@2.34.0", |
19 | | - "gnumake@4.4", |
20 | | - "maven@3.8.6", |
21 | | - "pre-commit@latest", |
22 | | - "bosh-cli@7.5.6", |
23 | | - "golangci-lint@1.57.2", |
24 | | - "yq-go@4.43.1", |
25 | | - "which@latest", |
26 | | - "jq@latest", |
27 | | - "fly@7.10.0", |
28 | | - "python@latest", |
29 | | - "cloudfoundry-cli@8.7.10", |
30 | | - "shellcheck@0.10.0", |
31 | | - "act@0.2.62", |
32 | | - "go@1.21.5", |
33 | | - "ruby@3.3.1", |
34 | | - "ginkgo@2.17.3", |
35 | | - "google-cloud-sdk@latest", |
36 | | - "temurin-bin-17@latest", |
37 | | - "bundix@latest", |
38 | | - "oha@latest" |
39 | | - ], |
| 2 | + "packages": { |
| 3 | + "path:local-flake#bosh-bootloader": "", |
| 4 | + "path:local-flake#app-autoscaler-cli-plugin": "", |
| 5 | + "path:local-flake#log-cache-cli-plugin": "", |
| 6 | + "path:local-flake#mbt": "", |
| 7 | + "path:local-flake#sap-piper": { |
| 8 | + "platforms": ["x86_64-linux"] |
| 9 | + }, |
| 10 | + "path:local-flake#uaac": "", |
| 11 | + "credhub-cli": "latest", |
| 12 | + "delve": "latest", |
| 13 | + "gh": "latest", |
| 14 | + "go-tools": "latest", |
| 15 | + "gopls": "latest", |
| 16 | + "nodejs": "latest", |
| 17 | + "nodePackages.yaml-language-server": "latest", |
| 18 | + "rubocop": "latest", |
| 19 | + "rubyPackages.solargraph": "latest", |
| 20 | + "swagger-cli": "latest", |
| 21 | + "actionlint": "1.6.27", |
| 22 | + "direnv": "2.34.0", |
| 23 | + "gnumake": "4.4", |
| 24 | + "maven": "3.8.6", |
| 25 | + "pre-commit": "latest", |
| 26 | + "bosh-cli": "7.5.6", |
| 27 | + "golangci-lint": "1.57.2", |
| 28 | + "yq-go": "4.43.1", |
| 29 | + "which": "latest", |
| 30 | + "jq": "latest", |
| 31 | + "fly": "7.10.0", |
| 32 | + "python": "latest", |
| 33 | + "cloudfoundry-cli": "8.7.10", |
| 34 | + "shellcheck": "0.10.0", |
| 35 | + "act": "0.2.62", |
| 36 | + "go": "1.21.5", |
| 37 | + "ruby": "3.3.1", |
| 38 | + "ginkgo": "2.17.3", |
| 39 | + "bundix": "latest", |
| 40 | + "oha": "latest", |
| 41 | + "google-cloud-sdk": "latest", |
| 42 | + "temurin-bin-17": "latest" |
| 43 | + }, |
40 | 44 | "shell": { |
41 | 45 | "init_hook": [ |
42 | 46 | "cf install-plugin -f $(which app-autoscaler-cli-plugin)", |
|
0 commit comments